test: remove unused parameter

This commit is contained in:
Matthias
2025-02-02 13:17:06 +01:00
parent 187c8b8070
commit b42a91d783

View File

@@ -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={})