Skip to content

Commit

Permalink
Fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato committed Feb 18, 2025
1 parent 1ec8a27 commit 11589ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def test_run_task_runs_task_and_creates_task_run_object_when_failure(
task.refresh_from_db()
assert not task.completed

assert len(caplog.records) == 3
assert len(caplog.records) == 5

log_record = caplog.records[0]
assert log_record.levelname == "ERROR"
Expand Down

0 comments on commit 11589ac

Please sign in to comment.