make the test ajax_url format consistent with real code

* specifically, no trailing slash
This commit is contained in:
Victor Shnayder
2012-08-28 10:32:15 -04:00
parent 317e2c345e
commit b501367ed3

View File

@@ -29,7 +29,7 @@ from nose.plugins.skip import SkipTest
from mock import Mock
i4xs = ModuleSystem(
ajax_url='/',
ajax_url='courses/course_id/modx/a_location',
track_function=Mock(),
get_module=Mock(),
render_template=Mock(),