Skip to content

Commit 68d4a86

Browse files
committed
B2B-2530: Unskip GraphQL cache tests skipped due to DEVOPS-4924
- Addressed comments
1 parent 2658bd2 commit 68d4a86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/UrlRewrite/UrlResolverCacheTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ public function testCacheIsInvalidatedForUrlResolver()
134134
$product = $productRepository->get($productSku, false, null, true);
135135
$product->setUrlKey('p002-new.html')->save();
136136

137-
// Verify we obtain a cache MISS first time we search the cache using this X-Magento-Cache-Id
137+
// Verify we obtain a cache MISS third time we search the
138+
// cache X-Magento-Cache-Id after product url key is updated
138139
$this->assertCacheMissAndReturnResponse($urlResolverQuery, [CacheIdCalculator::CACHE_ID_HEADER => $cacheId]);
139140
}
140141

0 commit comments

Comments
 (0)