code review feedback and merge from main

This commit is contained in:
Kenneth Kehl
2024-09-11 09:57:32 -07:00
parent 64a85868a3
commit 7fe00e6d14

View File

@@ -81,7 +81,7 @@ def test_cronitor_does_nothing_if_name_not_recognised(notify_api, rmock, mocker)
):
assert successful_task() == 1
mock_logger.exception.assert_called_with(
mock_logger.error.assert_called_with(
"Cronitor enabled but task_name hello not found in environment"
)