added override settings for test (#24777)
This commit is contained in:
@@ -275,6 +275,12 @@ class ProctoringExamSettingsPostTests(ProctoringExamSettingsTestMixin, ModuleSto
|
||||
response = self.make_request(data=data)
|
||||
assert response.status_code == status.HTTP_403_FORBIDDEN
|
||||
|
||||
@override_settings(
|
||||
PROCTORING_BACKENDS={
|
||||
'DEFAULT': 'null',
|
||||
'proctortrack': {}
|
||||
},
|
||||
)
|
||||
def test_200_for_instructor_request(self):
|
||||
self.client.login(username=self.course_instructor, password=self.password)
|
||||
data = {
|
||||
|
||||
Reference in New Issue
Block a user