Merge pull request #28255 from edx/ashultz0/proc-bump-3206
chore: update edx-proctoring to 3.20.6
This commit is contained in:
@@ -276,15 +276,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, '',
|
||||
proctored_exam_id, self.users[0].id,
|
||||
'Test Code 1', True, False, 'ad13'
|
||||
)
|
||||
ProctoredExamStudentAttempt.create_exam_attempt(
|
||||
proctored_exam_id, self.users[1].id, '',
|
||||
proctored_exam_id, self.users[1].id,
|
||||
'Test Code 2', True, False, 'ad13'
|
||||
)
|
||||
ProctoredExamStudentAttempt.create_exam_attempt(
|
||||
proctored_exam_id, self.users[2].id, '',
|
||||
proctored_exam_id, self.users[2].id,
|
||||
'Test Code 3', True, False, 'asd'
|
||||
)
|
||||
|
||||
|
||||
@@ -465,7 +465,7 @@ edx-opaque-keys[django]==2.2.2
|
||||
# xmodule
|
||||
edx-organizations==6.9.0
|
||||
# via -r requirements/edx/base.in
|
||||
edx-proctoring==3.20.2
|
||||
edx-proctoring==3.20.6
|
||||
# via
|
||||
# -r requirements/edx/base.in
|
||||
# edx-proctoring-proctortrack
|
||||
|
||||
@@ -562,7 +562,7 @@ edx-opaque-keys[django]==2.2.2
|
||||
# xmodule
|
||||
edx-organizations==6.9.0
|
||||
# via -r requirements/edx/testing.txt
|
||||
edx-proctoring==3.20.2
|
||||
edx-proctoring==3.20.6
|
||||
# via
|
||||
# -r requirements/edx/testing.txt
|
||||
# edx-proctoring-proctortrack
|
||||
|
||||
@@ -546,7 +546,7 @@ edx-opaque-keys[django]==2.2.2
|
||||
# xmodule
|
||||
edx-organizations==6.9.0
|
||||
# via -r requirements/edx/base.txt
|
||||
edx-proctoring==3.20.2
|
||||
edx-proctoring==3.20.6
|
||||
# via
|
||||
# -r requirements/edx/base.txt
|
||||
# edx-proctoring-proctortrack
|
||||
|
||||
Reference in New Issue
Block a user