Commit 2d966209 by Vik Paruchuri

fix test

parent 1a4be13d
......@@ -111,7 +111,7 @@ class MockPeerGradingService(object):
'max_score': 4}
def save_grade(self, location, grader_id, submission_id,
score, feedback, submission_key, rubric_scores, submission_flagged):
score, feedback, submission_key, rubric_scores, submission_flagged, answer_unknown):
return {'success': True}
def is_student_calibrated(self, problem_location, grader_id):
......
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