Skip to content

Commit 6d77c72

Browse files
committed
LYNX-232: Fix for WebAPI tests
1 parent 9e8e7ac commit 6d77c72

File tree

1 file changed

+5
-1
lines changed
  • dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public function testCacheResultForGuest()
6060
#[
6161
ConfigFixture(Config::XML_PAGECACHE_TYPE, Config::VARNISH),
6262
DataFixture(Store::class, [
63+
'code' => 'fixture_second_store',
6364
'name' => 'fixture_second_store'
6465
], 'fixture_second_store'),
6566
DataFixture(Product::class, as: 'product')
@@ -191,7 +192,10 @@ public function testCacheResultForGuestWithCurrencyHeader()
191192
*/
192193
#[
193194
ConfigFixture(Config::XML_PAGECACHE_TYPE, Config::VARNISH),
194-
DataFixture(Store::class, as: 'fixture_second_store'),
195+
DataFixture(Store::class, [
196+
'code' => 'fixture_second_store',
197+
'name' => 'fixture_second_store'
198+
], 'fixture_second_store'),
195199
DataFixture(Product::class, as: 'product')
196200
]
197201
public function testCacheResultForGuestWithOutdatedCacheId()

0 commit comments

Comments
 (0)