Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Nov 11, 2024
1 parent be0422b commit 0107e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/celery/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,6 @@ def test_total_sending_limits_exceeded(mocker):
result = __total_sending_limits_for_job_exceeded(mock_service, mock_job, job_id)
assert result is True

assert mock_job.job_status == "sensding limits exceeded"
assert mock_job.job_status == "sending limits exceeded"
assert mock_job.processing_finished == datetime(2024, 11, 10, 12, 0, 0)
mock_dao_update_job.assert_called_once_with(mock_job)

0 comments on commit 0107e01

Please sign in to comment.