From c6e9e545f9e8f9122b701f4f1e2ab4c4e0524e16 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Wed, 29 Apr 2020 15:42:17 -0400 Subject: [PATCH] fix flaky tests (#23848) It doesn't look like this setting was required, and because it didn't use override_settings, it broke other tests. --- lms/djangoapps/shoppingcart/tests/test_reports.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/djangoapps/shoppingcart/tests/test_reports.py b/lms/djangoapps/shoppingcart/tests/test_reports.py index b4ae695b3d..28d9e26d6f 100644 --- a/lms/djangoapps/shoppingcart/tests/test_reports.py +++ b/lms/djangoapps/shoppingcart/tests/test_reports.py @@ -55,7 +55,6 @@ class ReportTypeTests(ModuleStoreTestCase): self.cost = 40 self.course = CourseFactory.create(org='MITx', number='999', display_name=u'Robot Super Course') self.course_key = self.course.id - settings.COURSE_LISTINGS['default'] = [text_type(self.course_key)] course_mode = CourseMode(course_id=self.course_key, mode_slug="honor", mode_display_name="honor cert",