Skip to content

Commit

Permalink
Adapt tests to core changes about AdminApi renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Mar 28, 2024
1 parent 48377a0 commit 8af3e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8af3e00

Please sign in to comment.