mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
break test so we can see coverage numbers
This commit is contained in:
@@ -437,7 +437,8 @@ def test_download_csv_file_by_name(notify_api, mocker):
|
|||||||
"NonExistentName",
|
"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(
|
def test_promote_user_to_platform_admin_no_result_found(
|
||||||
|
|||||||
Reference in New Issue
Block a user