Commit 3f2b3afa by Chris Dodge

add one more test permutation

parent e935c837
...@@ -1098,6 +1098,12 @@ class ProctoredExamApiTests(LoggedInTestCase): ...@@ -1098,6 +1098,12 @@ class ProctoredExamApiTests(LoggedInTestCase):
( (
ProctoredExamStudentAttemptStatus.rejected, ProctoredExamStudentAttemptStatus.rejected,
True, True,
ProctoredExamStudentAttemptStatus.created,
ProctoredExamStudentAttemptStatus.declined
),
(
ProctoredExamStudentAttemptStatus.rejected,
True,
ProctoredExamStudentAttemptStatus.verified, ProctoredExamStudentAttemptStatus.verified,
ProctoredExamStudentAttemptStatus.verified ProctoredExamStudentAttemptStatus.verified
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment