Commit a6174660 by Vik Paruchuri

Fix keyerror

parent ee06afcb
......@@ -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,
......
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