Skip to content

Commit b4e165e

Browse files
chore: Fix formatting of proctoring escalation email in tests
1 parent 39b46a9 commit b4e165e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ describe('ProctoredExamSettings', () => {
603603
enable_proctored_exams: true,
604604
allow_proctoring_opt_out: false,
605605
proctoring_provider: 'lti_external',
606-
proctoring_escalation_email: '[email protected]'
606+
proctoring_escalation_email: '[email protected]',
607607
},
608608
});
609609
expect(axiosMock.history.patch.length).toBe(1);
@@ -675,7 +675,7 @@ describe('ProctoredExamSettings', () => {
675675
enable_proctored_exams: true,
676676
allow_proctoring_opt_out: false,
677677
proctoring_provider: 'lti_external',
678-
proctoring_escalation_email: '[email protected]'
678+
proctoring_escalation_email: '[email protected]',
679679
},
680680
});
681681

0 commit comments

Comments
 (0)