Merge pull request #9669 from edx/bderusha/teams-search-flag
Add ENABLE_SEARCH_TEAMS flag to tests
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user