From a0c27975a57ff40a31dfdea37165c008d787f1d4 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 2 Oct 2024 12:40:31 -0700 Subject: [PATCH] break test so we can see coverage numbers --- tests/app/test_commands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/app/test_commands.py b/tests/app/test_commands.py index 8375aa7a9..46dd2b0c1 100644 --- a/tests/app/test_commands.py +++ b/tests/app/test_commands.py @@ -437,8 +437,7 @@ def test_download_csv_file_by_name(notify_api, mocker): "NonExistentName", ], ) - mock_download.assert_not_called() - # mock_download.assert_called_once() + mock_download.assert_called_once() def test_promote_user_to_platform_admin_no_result_found(