diff --git a/lms/envs/test.py b/lms/envs/test.py index 1e52d4297c..b26c03b4de 100644 --- a/lms/envs/test.py +++ b/lms/envs/test.py @@ -486,6 +486,9 @@ FEATURES['ENABLE_EDXNOTES'] = True # Enable teams feature for tests. FEATURES['ENABLE_TEAMS'] = True +# Enable teams search for tests. +FEATURES['ENABLE_TEAMS_SEARCH'] = True + # Add milestones to Installed apps for testing INSTALLED_APPS += ('milestones', 'openedx.core.djangoapps.call_stack_manager')