Skip to content

Commit 6790a84

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ 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 third time we search the
137+
// Verify we obtain a cache MISS the third time we search the
138138
// cache X-Magento-Cache-Id after product url key is updated
139139
$this->assertCacheMissAndReturnResponse($urlResolverQuery, [CacheIdCalculator::CACHE_ID_HEADER => $cacheId]);
140140
}

0 commit comments

Comments
 (0)