Commit 63e376da by Peter Fogg

Fix failing test bug.

parent 008c769f
...@@ -49,7 +49,7 @@ class VideoFactory(object): ...@@ -49,7 +49,7 @@ class VideoFactory(object):
"SampleProblem1"]) "SampleProblem1"])
model_data = {'data': VideoFactory.sample_problem_xml_youtube} model_data = {'data': VideoFactory.sample_problem_xml_youtube}
descriptor = Mock(weight="1") descriptor = Mock(weight="1", url_name="SampleProblem1")
system = test_system() system = test_system()
system.render_template = lambda template, context: context system.render_template = lambda template, context: context
......
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