Add ENABLE_SEARCH_TEAMS flag to tests

This commit is contained in:
Bill DeRusha
2015-09-08 19:12:48 -04:00
parent 49807ab6a5
commit 8bfa4e9c21

View File

@@ -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')