From a7e79342c0fa2721a9c837febc198f2e6c8be896 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 4 Sep 2025 13:18:18 -0700 Subject: [PATCH] improve logging --- tests/app/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/test_commands.py b/tests/app/test_commands.py index 51e27c082..31da29cc7 100644 --- a/tests/app/test_commands.py +++ b/tests/app/test_commands.py @@ -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):