Commit 85c9ac6a by Arjun Singh

Fixed incorrect default argument so that tests run; however the new value is…

Fixed incorrect default argument so that tests run; however the new value is incorrect and needs to be fixed.
parent 79c0104a
......@@ -31,7 +31,7 @@ i4xs = ModuleSystem(
user=Mock(),
filestore=fs.osfs.OSFS(os.path.dirname(os.path.realpath(__file__))),
debug=True,
xqueue_callback_url='/',
xqueue=None, # TODO FIXME
is_staff=False
)
......
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