File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Directory Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919use Magento \TestFramework \Helper \Bootstrap ;
2020
2121/**
22- * Test Coutries query cache
22+ * Test Countries query cache
2323 */
2424class CountriesCacheTest extends GraphQLPageCacheAbstract
2525{
Original file line number Diff line number Diff line change @@ -402,13 +402,13 @@ public function testCachePurgedWithWebsiteScopeCountryConfigChange(): void
402402 );
403403
404404 // Query second store DE country after the country config of its associated second website is changed
405- $ responsesecondStoreDeCountry = $ this ->graphQlQueryWithResponseHeaders (
405+ $ responseSecondStoreDeCountry = $ this ->graphQlQueryWithResponseHeaders (
406406 $ this ->getQuery ('DE ' ),
407407 [],
408408 '' ,
409409 ['Store ' => $ secondStoreCode ]
410410 );
411- $ secondStoreDeCountryCacheId = $ responsesecondStoreDeCountry ['headers ' ][CacheIdCalculator::CACHE_ID_HEADER ];
411+ $ secondStoreDeCountryCacheId = $ responseSecondStoreDeCountry ['headers ' ][CacheIdCalculator::CACHE_ID_HEADER ];
412412 // Verify we obtain a cache MISS at the 1st time, the cache is purged
413413 $ secondStoreDeCountryResponse = $ this ->assertCacheMissAndReturnResponse (
414414 $ this ->getQuery ('DE ' ),
You can’t perform that action at this time.
0 commit comments