Skip to content

Commit 7f6fbd6

Browse files
committed
B2B-2259: customAttributeMetadata GraphQl query has no cache identity
- CR fix
1 parent 44031fc commit 7f6fbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Eav/CustomAttributesMetadataCacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private function assertQueryResultIsCacheMissWithError(string $query, string $ex
269269
$expectedError,
270270
$caughtException->getMessage()
271271
);
272-
// assert that it's a miss after deletion
272+
// assert that it's a miss
273273
$this->assertEquals(
274274
$caughtException->getResponseHeaders()['X-Magento-Cache-Debug'],
275275
'MISS'

0 commit comments

Comments
 (0)