Commit c5e80b95 by Vik Paruchuri

Fix open ended module tests

parent d6f8def7
......@@ -153,7 +153,8 @@ class OpenEndedModuleTest(unittest.TestCase):
'prompt': prompt,
'rubric': rubric,
'max_score': max_score,
'display_name': 'Name'
'display_name': 'Name',
'accept_file_upload': False,
}
oeparam = etree.XML('''
......
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