Skip to content

Commit 62af79c

Browse files
committed
LYNX-232: Fix for failing Magento\GraphQl\GraphQlCache\GraphQlTest::testMutation
1 parent d76b484 commit 62af79c

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/api-functional/testsuite/Magento/GraphQl/GraphQlCache

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/GraphQlCache/GraphQlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testMutation(): void
4747
$tokenResponse = $this->graphQlMutationWithResponseHeaders($generateToken);
4848
$this->assertEquals('no-cache', $tokenResponse['headers']['Pragma']);
4949
$this->assertEquals(
50-
'max-age=0, must-revalidate, no-cache, no-store',
50+
'no-store, no-cache, must-revalidate, max-age=0',
5151
$tokenResponse['headers']['Cache-Control']
5252
);
5353
}

0 commit comments

Comments
 (0)