From 0e3af804eca01f98adbf98f6134a1cd3f39084ff Mon Sep 17 00:00:00 2001 From: noraiz-anwar <noraizbhatti@gmail.com> Date: Wed, 28 Feb 2018 16:26:34 +0500 Subject: [PATCH] update edx-proctoring package --- lms/djangoapps/instructor_analytics/tests/test_basic.py | 6 +++--- requirements/edx/base.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/djangoapps/instructor_analytics/tests/test_basic.py b/lms/djangoapps/instructor_analytics/tests/test_basic.py index 125cd687487..309ead69c42 100644 --- a/lms/djangoapps/instructor_analytics/tests/test_basic.py +++ b/lms/djangoapps/instructor_analytics/tests/test_basic.py @@ -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' ) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 90912ab0496..517284ab7b9 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -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 -- GitLab