Merge pull request #9669 from edx/bderusha/teams-search-flag

Add ENABLE_SEARCH_TEAMS flag to tests
This commit is contained in:
Bill DeRusha
2015-09-08 20:58:30 -04:00

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