We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3d23e commit 9796ff2Copy full SHA for 9796ff2
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ResolverCache/MediaGalleryTest.php
@@ -466,7 +466,6 @@ private function getExpectedCacheTags(ProductInterface $product): array
466
$cacheIdPrefix = $this->graphQlResolverCache->getLowLevelFrontend()->getOption('cache_id_prefix');
467
468
return [
469
- $cacheIdPrefix . strtoupper(ResolverCacheIdentity::CACHE_TAG),
470
$cacheIdPrefix . strtoupper(ResolverCacheIdentity::CACHE_TAG . '_' . $product->getSku()),
471
$cacheIdPrefix . strtoupper(GraphQlResolverCache::CACHE_TAG),
472
$cacheIdPrefix . 'MAGE',
0 commit comments