From 8af3e00c4a577cb6f97410781a92d39bd7f490eb Mon Sep 17 00:00:00 2001 From: Jonathan Lelievre Date: Thu, 28 Mar 2024 17:44:07 +0100 Subject: [PATCH] Adapt tests to core changes about AdminApi renaming --- tests/Integration/ApiPlatform/ProductMultiShopEndpointTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/ApiPlatform/ProductMultiShopEndpointTest.php b/tests/Integration/ApiPlatform/ProductMultiShopEndpointTest.php index 2ce91bf..05257ba 100644 --- a/tests/Integration/ApiPlatform/ProductMultiShopEndpointTest.php +++ b/tests/Integration/ApiPlatform/ProductMultiShopEndpointTest.php @@ -81,7 +81,7 @@ public static function setUpBeforeClass(): void ]; $featureFlagManager = self::getContainer()->get('PrestaShop\PrestaShop\Core\FeatureFlag\FeatureFlagManager'); - $featureFlagManager->enable(FeatureFlagSettings::FEATURE_FLAG_AUTHORIZATION_SERVER_MULTISTORE); + $featureFlagManager->enable(FeatureFlagSettings::FEATURE_FLAG_ADMIN_API_MULTISTORE); } public function getProtectedEndpoints(): iterable