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

Fix keyerror

parent ee06afcb
No related merge requests found
......@@ -44,7 +44,7 @@ class SelfAssessmentTest(unittest.TestCase):
'prompt': prompt,
'max_score': 1,
'display_name': "Name",
'accept_file_uploads' : False,
'accept_file_upload' : False,
}
module = SelfAssessmentModule(test_system, self.location,
......
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