diff --git a/lms/djangoapps/courseware/management/commands/tests/test_dump_course.py b/lms/djangoapps/courseware/management/commands/tests/test_dump_course.py index 4f446f3698..cc247cf6f6 100644 --- a/lms/djangoapps/courseware/management/commands/tests/test_dump_course.py +++ b/lms/djangoapps/courseware/management/commands/tests/test_dump_course.py @@ -47,7 +47,7 @@ class CommandsTestBase(TestCase): # Add a course with a unicode name, if the modulestore # supports adding modules. if hasattr(store, 'create_xmodule'): - CourseFactory.create(org=u'édX', + CourseFactory.create(org=u'ëḋẌ', course=u'śíḿṕĺé', display_name=u'2012_Fáĺĺ', modulestore=store)