Skip to content

Commit 9d0c364

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public function setUp(): void
2525

2626
/**
2727
* @magentoApiDataFixture Magento/Catalog/_files/dropdown_attribute.php
28+
* @magentoConfigFixture default/system/full_page_cache/caching_application 2
2829
*
2930
* @return void
3031
*/
@@ -56,6 +57,8 @@ public function testCacheHitMiss()
5657
/**
5758
* @magentoApiDataFixture Magento/Catalog/_files/dropdown_attribute.php
5859
* @magentoApiDataFixture Magento/Store/_files/store.php
60+
* @magentoConfigFixture default/system/full_page_cache/caching_application 2
61+
*
5962
* @return void
6063
*/
6164
public function testCacheDifferentStores()
@@ -127,6 +130,7 @@ private function assertOptionValuesPerStore($storeOptions, $storeCode, $stores,
127130

128131
/**
129132
* @magentoApiDataFixture Magento/Catalog/_files/dropdown_attribute.php
133+
* @magentoConfigFixture default/system/full_page_cache/caching_application 2
130134
*
131135
* @return void
132136
*/

0 commit comments

Comments
 (0)