update edx-proctoring package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user