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