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:
Michael Youngstrom
2018-11-06 15:50:38 -05:00
committed by GitHub

View File

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