diff --git a/api/tests/shared/acceptance/application/feature-toggles/feature-toggle-controller_test.js b/api/tests/shared/acceptance/application/feature-toggles/feature-toggle-controller_test.js index c76f071564f..bb99828175a 100644 --- a/api/tests/shared/acceptance/application/feature-toggles/feature-toggle-controller_test.js +++ b/api/tests/shared/acceptance/application/feature-toggles/feature-toggle-controller_test.js @@ -32,6 +32,7 @@ describe('Acceptance | Shared | Application | Controller | feature-toggle', func 'is-self-account-deletion-enabled': false, 'is-text-to-speech-button-enabled': false, 'is-v3-eligibility-check-enabled': false, + 'setup-ecosystem-before-start': false, 'show-experimental-missions': false, 'show-new-campaign-presentation-page': false, 'show-new-result-page': false,