Skip to content
Snippets Groups Projects
Unverified Commit 735158ac authored by Noraiz Anwar's avatar Noraiz Anwar Committed by GitHub
Browse files

Merge pull request #17570 from edx/noraiz/EDUCATOR-2314-release

update edx-proctoring package
parents 2bb4e51e 0e3af804
No related branches found
No related tags found
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% 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