Skip to content

Commit 106172e

Browse files
committed
B2B-2259: customAttributeMetadata GraphQl query has no cache identity
- WebAPI test
1 parent 5c57f0f commit 106172e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +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 1
28+
* @magentoConfigFixture default/system/full_page_cache/caching_application 2
2929
*
3030
* @return void
3131
*/
@@ -57,7 +57,7 @@ public function testCacheHitMiss()
5757
/**
5858
* @magentoApiDataFixture Magento/Catalog/_files/dropdown_attribute.php
5959
* @magentoApiDataFixture Magento/Store/_files/store.php
60-
* @magentoConfigFixture default/system/full_page_cache/caching_application 1
60+
* @magentoConfigFixture default/system/full_page_cache/caching_application 2
6161
*
6262
* @return void
6363
*/
@@ -130,7 +130,7 @@ private function assertOptionValuesPerStore($storeOptions, $storeCode, $stores,
130130

131131
/**
132132
* @magentoApiDataFixture Magento/Catalog/_files/dropdown_attribute.php
133-
* @magentoConfigFixture default/system/full_page_cache/caching_application 1
133+
* @magentoConfigFixture default/system/full_page_cache/caching_application 2
134134
*
135135
* @return void
136136
*/

0 commit comments

Comments
 (0)