From 12311029e4d8f4354c14fbc2fd368e8fe3c34505 Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Wed, 4 Jan 2023 19:49:50 +1000 Subject: [PATCH] Conform test name --- tests/integration_tests/test_download_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/test_download_integration.py b/tests/integration_tests/test_download_integration.py index 35ca0c0..4dae353 100644 --- a/tests/integration_tests/test_download_integration.py +++ b/tests/integration_tests/test_download_integration.py @@ -410,7 +410,7 @@ def test_cli_download_score_filter(test_args: list[str], was_filtered: bool, tmp (["--user", "nasa", "--submitted"], 504), ), ) -def test_user_serv_fail(test_args: list[str], response: int, tmp_path: Path): +def test_cli_download_user_reddit_server_error(test_args: list[str], response: int, tmp_path: Path): runner = CliRunner() test_args = create_basic_args_for_download_runner(test_args, tmp_path) with patch("bdfr.connector.sleep", return_value=None):