feat: add lti proctoring provider option (#30950)

This commit is contained in:
alangsto
2022-09-08 13:53:23 -04:00
committed by GitHub
parent 6985bc3d1e
commit 92b60f11b2
5 changed files with 133 additions and 5 deletions

View File

@@ -494,7 +494,7 @@ class ProctoringProviderTestCase(unittest.TestCase):
throws a ValueError with the correct error message.
"""
provider = 'invalid-provider'
allowed_proctoring_providers = ['mock', 'mock_proctoring_without_rules']
allowed_proctoring_providers = xmodule.course_module.get_available_providers()
FEATURES_WITH_PROCTORED_EXAMS = settings.FEATURES.copy()
FEATURES_WITH_PROCTORED_EXAMS['ENABLE_PROCTORED_EXAMS'] = proctored_exams_setting_enabled