Skip to content

Commit

Permalink
#4434 and #3346 Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sambodeme committed Dec 17, 2024
1 parent 4a90967 commit b0d4e42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend/audit/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,18 @@ def test_submission_status_transitions(self):
STATUS.READY_FOR_CERTIFICATION,
STATUS.AUDITOR_CERTIFIED,
STATUS.AUDITEE_CERTIFIED,
STATUS.FLAGGED_FOR_REMOVAL,
],
STATUS.IN_PROGRESS,
"transition_to_in_progress_again",
),
(
[
STATUS.IN_PROGRESS,
],
STATUS.FLAGGED_FOR_REMOVAL,
"transition_to_flagged_for_removal",
),
)

now = datetime.now(timezone.utc)
Expand Down

0 comments on commit b0d4e42

Please sign in to comment.