Skip to content

Commit 60f3391

Browse files
committed
ACPT-1253: Fix Store failures on app server
1 parent 978ca70 commit 60f3391

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Store/AvailableStoresTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ protected function setUp(): void
4747
}
4848

4949
/**
50+
* @magentoConfigFixture default_store web/seo/use_rewrites 1
5051
* @magentoApiDataFixture Magento/Store/_files/store.php
5152
* @magentoApiDataFixture Magento/Store/_files/inactive_store.php
5253
*/
@@ -109,6 +110,7 @@ public function testDefaultWebsiteAvailableStoreConfigs(): void
109110
}
110111

111112
/**
113+
* @magentoConfigFixture default_store web/seo/use_rewrites 1
112114
* @magentoApiDataFixture Magento/Store/_files/second_website_with_two_stores.php
113115
*/
114116
public function testNonDefaultWebsiteAvailableStoreConfigs(): void
@@ -206,6 +208,7 @@ private function validateStoreConfig(StoreConfigInterface $storeConfig, array $r
206208
}
207209

208210
/**
211+
* @magentoConfigFixture default_store web/seo/use_rewrites 1
209212
* @magentoApiDataFixture Magento/Store/_files/second_website_with_four_stores_divided_in_groups.php
210213
* @magentoConfigFixture web/url/use_store 1
211214
*/
@@ -266,6 +269,7 @@ public function testAllStoreConfigsWithCodeInUrlEnabled(): void
266269
}
267270

268271
/**
272+
* @magentoConfigFixture default_store web/seo/use_rewrites 1
269273
* @magentoApiDataFixture Magento/Store/_files/second_website_with_four_stores_divided_in_groups.php
270274
*/
271275
public function testCurrentGroupStoreConfigs(): void

dev/tests/api-functional/testsuite/Magento/GraphQl/Store/StoreConfigResolverTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ protected function setUp(): void
3535
}
3636

3737
/**
38+
* @magentoConfigFixture default_store web/seo/use_rewrites 1
3839
* @magentoApiDataFixture Magento/Store/_files/store.php
3940
* @throws NoSuchEntityException
4041
*/

0 commit comments

Comments
 (0)