Commit 2061aed0 by Muhammad Shoaib

fix broken tests

parent ded6dfbf
...@@ -67,6 +67,7 @@ class ProctoredExamStudentAttemptSerializer(serializers.ModelSerializer): ...@@ -67,6 +67,7 @@ class ProctoredExamStudentAttemptSerializer(serializers.ModelSerializer):
Serializer for the ProctoredExamStudentAttempt Model. Serializer for the ProctoredExamStudentAttempt Model.
""" """
proctored_exam_id = serializers.IntegerField(source="proctored_exam_id") proctored_exam_id = serializers.IntegerField(source="proctored_exam_id")
user_id = serializers.IntegerField(required=False)
class Meta: class Meta:
""" """
......
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