Commit 53d0a6ad by David Ormsbee

Merge pull request #654 from MITx/feature/victor/fix-trailing-location-url

make the test ajax_url format consistent with real code
parents b6b9b159 b501367e
...@@ -29,7 +29,7 @@ from nose.plugins.skip import SkipTest ...@@ -29,7 +29,7 @@ from nose.plugins.skip import SkipTest
from mock import Mock from mock import Mock
i4xs = ModuleSystem( i4xs = ModuleSystem(
ajax_url='/', ajax_url='courses/course_id/modx/a_location',
track_function=Mock(), track_function=Mock(),
get_module=Mock(), get_module=Mock(),
render_template=Mock(), render_template=Mock(),
......
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