Skip to content
Snippets Groups Projects
Commit 524047a1 authored by Vik Paruchuri's avatar Vik Paruchuri
Browse files

Fix key error in open ended child

parent 01cdc6e7
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment