mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 17:45:41 -04:00
code review feedback and merge from main
This commit is contained in:
@@ -81,7 +81,7 @@ def test_cronitor_does_nothing_if_name_not_recognised(notify_api, rmock, mocker)
|
|||||||
):
|
):
|
||||||
assert successful_task() == 1
|
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"
|
"Cronitor enabled but task_name hello not found in environment"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user