Remove default argument from "download trades" test

This commit is contained in:
Matthias 2021-12-29 17:36:47 +01:00
parent ac06da40e4
commit 73276f1351
1 changed files with 0 additions and 1 deletions

View File

@ -808,7 +808,6 @@ def test_download_data_trades(mocker, caplog):
"--exchange", "kraken",
"--pairs", "ETH/BTC", "XRP/BTC",
"--days", "20",
"--trading-mode", "spot",
"--dl-trades"
]
start_download_data(get_args(args))