Commit aa647bd8 by Carlos de la Guardia

fix test broken by course_overview changes

parent 066d5ab6
......@@ -99,6 +99,7 @@ class TestSendCCXCoursePublished(ModuleStoreTestCase):
"""
course_key = CCXLocator.from_course_locator(self.course.id, self.ccx.id)
overview = CourseOverview(id=course_key)
overview.version = 1
overview.save()
overview = CourseOverview.objects.filter(id=course_key)
self.assertEqual(len(overview), 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment