Commit eb1b9260 by Will Daly

Merge pull request #1537 from edx/will/fix-unicode-vagrant-issue

Fixed test that was failing in Vagrant due to filesystem encoding mismatch
parents 7e6f22a4 83fcc318
......@@ -385,7 +385,7 @@ class ImportTestCase(BaseCourseTestCase):
print("course errors:")
# Expect to find an error/exception about characters in "®esources"
expect = "Invalid characters in '®esources'"
expect = "Invalid characters"
errors = [(msg.encode("utf-8"), err.encode("utf-8"))
for msg, err in
modulestore.get_item_errors(course.location)]
......
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