Skip to content

Commit 9796ff2

Browse files
committed
B2B-2677: [MediaGallery]Implement data caching for GraphQL results on resolver level
- Remove unused cache tag from expected cache tags
1 parent 2b3d23e commit 9796ff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ResolverCache/MediaGalleryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ private function getExpectedCacheTags(ProductInterface $product): array
466466
$cacheIdPrefix = $this->graphQlResolverCache->getLowLevelFrontend()->getOption('cache_id_prefix');
467467

468468
return [
469-
$cacheIdPrefix . strtoupper(ResolverCacheIdentity::CACHE_TAG),
470469
$cacheIdPrefix . strtoupper(ResolverCacheIdentity::CACHE_TAG . '_' . $product->getSku()),
471470
$cacheIdPrefix . strtoupper(GraphQlResolverCache::CACHE_TAG),
472471
$cacheIdPrefix . 'MAGE',

0 commit comments

Comments
 (0)