mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-19 09:32:50 -05:00
improve logging
This commit is contained in:
@@ -579,7 +579,7 @@ def test_populate_go_live_success(notify_api, mocker):
|
||||
)
|
||||
mock_dao_update_service.assert_called_once_with(mock_service)
|
||||
|
||||
mock_logger.info.assert_any_call("Populate go live user and date")
|
||||
mock_logger.debug.assert_any_call("Populate go live user and date")
|
||||
|
||||
|
||||
def test_process_row_from_job_success(notify_api, mocker):
|
||||
|
||||
Reference in New Issue
Block a user