Skip to content

Commit 75acaf4

Browse files
committed
B2B-2259: customAttributeMetadata GraphQl query has no cache identity
- WebAPI test
1 parent 3e7434e commit 75acaf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public function testCacheDifferentStores()
9797
$options = $response['body']['customAttributeMetadata']['items'][0]['attribute_options'];
9898
$this->assertOptionValuesPerStore($storeOptions, 'test', $stores, $options);
9999

100-
101100
$response = $this->assertCacheMissAndReturnResponse($query, ['Store' => 'default']);
102101
$options = $response['body']['customAttributeMetadata']['items'][0]['attribute_options'];
103102
$this->assertOptionValuesPerStore($storeOptions, 'default', $stores, $options);

0 commit comments

Comments
 (0)