Skip to content

Commit

Permalink
Unit test hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
santinomolinaro committed Oct 1, 2024
1 parent ea9b04b commit b02e279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/user/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,6 @@ def test_progress_update_tasks_overdue_next_steps(self):
task["tag"] == "REVIEW NEXT STEP"
and "The next step for this barrier has not been reviewed"
in task["message"]
and "for more than 1 months" in task["message"]
):
task_found = True
assert task_found
Expand Down

0 comments on commit b02e279

Please sign in to comment.