mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
test: remove unused parameter
This commit is contained in:
@@ -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={})
|
||||
|
||||
Reference in New Issue
Block a user