Skip to content
Snippets Groups Projects
Commit 0e3af804 authored by noraiz-anwar's avatar noraiz-anwar
Browse files

update edx-proctoring package

parent 312f5a44
No related merge requests found
......@@ -255,15 +255,15 @@ class TestAnalyticsBasic(ModuleStoreTestCase):
proctored_exam_id = create_exam(self.course_key, 'Test Content', 'Test Exam', 1)
ProctoredExamStudentAttempt.create_exam_attempt(
proctored_exam_id, self.users[0].id, '', 1,
proctored_exam_id, self.users[0].id, '',
'Test Code 1', True, False, 'ad13'
)
ProctoredExamStudentAttempt.create_exam_attempt(
proctored_exam_id, self.users[1].id, '', 2,
proctored_exam_id, self.users[1].id, '',
'Test Code 2', True, False, 'ad13'
)
ProctoredExamStudentAttempt.create_exam_attempt(
proctored_exam_id, self.users[2].id, '', 3,
proctored_exam_id, self.users[2].id, '',
'Test Code 3', True, False, 'asd'
)
......
......@@ -61,7 +61,7 @@ edx-enterprise==0.65.7
edx-milestones==0.1.13
edx-oauth2-provider==1.2.2
edx-organizations==0.4.9
edx-proctoring==1.3.7
edx-proctoring==1.3.9
edx-rest-api-client==1.7.1
edx-search==1.1.0
edx-submissions==2.0.12
......
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