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 4dbc0bf commit c1708e2Copy full SHA for c1708e2
dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/Cms/BlockCacheTest.php
@@ -111,7 +111,7 @@ public function testCacheIsInvalidatedOnBlockUpdate()
111
);
112
113
//Verify we obtain a cache HIT on the enabled block query after the fixture block is updated
114
- $this->assertCacheHitAndReturnResponse(
+ $this->assertCacheHitAndReturnResponse(
115
$enabledBlockQuery,
116
[CacheIdCalculator::CACHE_ID_HEADER => $cacheIdOfEnabledBlock]
117
0 commit comments