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 4f446f36985110d44592c29f3082927d521e0758..cc247cf6f6852b116d10758e24473a4c6faff55b 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)