Merge pull request #19233 from edx/youngstrom/fix-flaky-test
Add waffle to installed_apps in openedx test settings file
This commit is contained in:
@@ -75,6 +75,7 @@ INSTALLED_APPS = (
|
||||
'openedx.core.djangoapps.self_paced',
|
||||
'milestones',
|
||||
'celery_utils',
|
||||
'waffle',
|
||||
|
||||
# Django 1.11 demands to have imported models supported by installed apps.
|
||||
'completion',
|
||||
|
||||
Reference in New Issue
Block a user