Skip to content

Commit c1708e2

Browse files
committed
B2B-2530: Unskip GraphQL cache tests skipped due to DEVOPS-4924
- Fixed static changes issue
1 parent 4dbc0bf commit c1708e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache/Cms/BlockCacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function testCacheIsInvalidatedOnBlockUpdate()
111111
);
112112

113113
//Verify we obtain a cache HIT on the enabled block query after the fixture block is updated
114-
$this->assertCacheHitAndReturnResponse(
114+
$this->assertCacheHitAndReturnResponse(
115115
$enabledBlockQuery,
116116
[CacheIdCalculator::CACHE_ID_HEADER => $cacheIdOfEnabledBlock]
117117
);

0 commit comments

Comments
 (0)