diff --git a/common/lib/xmodule/xmodule/tests/test_conditional.py b/common/lib/xmodule/xmodule/tests/test_conditional.py index 1189e8fd56..d985ff7ef4 100644 --- a/common/lib/xmodule/xmodule/tests/test_conditional.py +++ b/common/lib/xmodule/xmodule/tests/test_conditional.py @@ -26,7 +26,7 @@ class DummySystem(ImportSystem): super(DummySystem, self).__init__( xmlstore=xmlstore, - course_id='/'.join([ORG, COURSE, 'test_run']), + course_id=SlashSeparatedCourseKey(ORG, COURSE, 'test_run'), course_dir='test_dir', error_tracker=Mock(), parent_tracker=Mock(),