From b42a91d783791e9774bba54af35fb3e3a43d0577 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 2 Feb 2025 13:17:06 +0100 Subject: [PATCH] test: remove unused parameter --- tests/rpc/test_rpc_apiserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rpc/test_rpc_apiserver.py b/tests/rpc/test_rpc_apiserver.py index ce770a997..777703a22 100644 --- a/tests/rpc/test_rpc_apiserver.py +++ b/tests/rpc/test_rpc_apiserver.py @@ -2940,7 +2940,7 @@ def test_api_ws_send_msg(default_conf, mocker, caplog): ApiServer.shutdown() -def test_api_download_data(botclient, mocker, tmp_path, caplog): +def test_api_download_data(botclient, mocker, tmp_path): ftbot, client = botclient rc = client_post(client, f"{BASE_URI}/download_data", data={})