Commit 49e0c642 by Andy Armstrong Committed by cahrens

Fix test that broke on rebase

parent 0f6de7f9
...@@ -22,7 +22,7 @@ class HelpersTestCase(CourseTestCase): ...@@ -22,7 +22,7 @@ class HelpersTestCase(CourseTestCase):
chapter = ItemFactory.create(parent_location=self.course.location, category='chapter', chapter = ItemFactory.create(parent_location=self.course.location, category='chapter',
display_name="Week 1") display_name="Week 1")
self.assertEqual(xblock_studio_url(chapter), self.assertEqual(xblock_studio_url(chapter),
u'/course/slashes:MITx+999+Robot_Super_Course') u'/course/MITx/999/Robot_Super_Course')
# Verify lesson URL # Verify lesson URL
sequential = ItemFactory.create(parent_location=chapter.location, category='sequential', sequential = ItemFactory.create(parent_location=chapter.location, category='sequential',
......
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