We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340860f commit a6efa0aCopy full SHA for a6efa0a
1 file changed
cms/djangoapps/contentstore/views/tests/test_exam_settings_view.py
@@ -25,7 +25,6 @@
25
@override_waffle_flag(toggles.LEGACY_STUDIO_SCHEDULE_DETAILS, True)
26
@override_waffle_flag(toggles.LEGACY_STUDIO_CONFIGURATIONS, True)
27
@override_waffle_flag(toggles.LEGACY_STUDIO_GRADING, True)
28
-@override_waffle_flag(toggles.LEGACY_STUDIO_ADVANCED_SETTINGS, True)
29
class TestExamSettingsView(CourseTestCase, UrlResetMixin):
30
"""
31
Unit tests for the exam settings view.
0 commit comments