Commit 8bfa4e9c by Bill DeRusha

Add ENABLE_SEARCH_TEAMS flag to tests

parent 49807ab6
...@@ -486,6 +486,9 @@ FEATURES['ENABLE_EDXNOTES'] = True ...@@ -486,6 +486,9 @@ FEATURES['ENABLE_EDXNOTES'] = True
# Enable teams feature for tests. # Enable teams feature for tests.
FEATURES['ENABLE_TEAMS'] = True FEATURES['ENABLE_TEAMS'] = True
# Enable teams search for tests.
FEATURES['ENABLE_TEAMS_SEARCH'] = True
# Add milestones to Installed apps for testing # Add milestones to Installed apps for testing
INSTALLED_APPS += ('milestones', 'openedx.core.djangoapps.call_stack_manager') INSTALLED_APPS += ('milestones', 'openedx.core.djangoapps.call_stack_manager')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment