Commit 524047a1 by Vik Paruchuri

Fix key error in open ended child

parent 01cdc6e7
......@@ -39,7 +39,8 @@ class OpenEndedChildTest(unittest.TestCase):
'prompt': prompt,
'rubric': rubric,
'max_score': max_score,
'display_name': 'Name'
'display_name': 'Name',
'accept_file_upload' : False,
}
definition = Mock()
descriptor = 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