Change validation code to use the value of the proctoring_provider model when...
Change validation code to use the value of the proctoring_provider model when making a comparison instead of the entire model. Otherwise, the condition 'current_provider != requested_provider' always resolves to True.
Please register or sign in to comment