Skip to content

Commit 051b9ca

Browse files
chore: cleanup as per the PR
1 parent 8e71b5a commit 051b9ca

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ Feature: New Proctoring Exams View
175175
Requirements
176176
------------
177177

178-
* ``edx-platform`` Django settings:
179-
180-
* ``ZENDESK_*``: necessary if automatic ZenDesk ticket creation is desired
181-
182178
* `edx-exams <https://github.com/edx/edx-exams>`_: for this feature to work, the ``edx-exams`` IDA must be deployed and its API accessible by the browser
183179

184180
Configuration

plugins/course-apps/proctoring/Settings.test.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ describe('ProctoredExamSettings', () => {
162162
allow_proctoring_opt_out: false,
163163
proctoring_provider: 'lti_external',
164164
proctoring_escalation_email: '[email protected]',
165-
create_zendesk_tickets: true,
166165
},
167166
available_proctoring_providers: ['software_secure', 'mockproc', 'lti_external'],
168167
requires_escalation_email_providers: ['test_lti'],
@@ -342,7 +341,6 @@ describe('ProctoredExamSettings', () => {
342341
allow_proctoring_opt_out: false,
343342
proctoring_provider: 'mockproc',
344343
proctoring_escalation_email: '[email protected]',
345-
create_zendesk_tickets: true,
346344
},
347345
available_proctoring_providers: ['software_secure', 'mockproc'],
348346
requires_escalation_email_providers: [],
@@ -355,7 +353,6 @@ describe('ProctoredExamSettings', () => {
355353
allow_proctoring_opt_out: false,
356354
proctoring_provider: 'mockproc',
357355
proctoring_escalation_email: '[email protected]',
358-
create_zendesk_tickets: true,
359356
},
360357
available_proctoring_providers: ['software_secure', 'mockproc'],
361358
requires_escalation_email_providers: [],
@@ -576,7 +573,6 @@ describe('ProctoredExamSettings', () => {
576573
allow_proctoring_opt_out: false,
577574
proctoring_provider: 'mockproc',
578575
proctoring_escalation_email: '[email protected]',
579-
create_zendesk_tickets: true,
580576
},
581577
available_proctoring_providers: ['software_secure', 'mockproc', 'lti_external'],
582578
requires_escalation_email_providers: ['test_lti'],

0 commit comments

Comments
 (0)