Explicitly set the trading-mode to spot for the --dl-trades download test.

This commit is contained in:
Wade Dyck 2021-12-28 11:43:42 -07:00
parent 5bb2d3baea
commit ac06da40e4

View File

@ -808,6 +808,7 @@ 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))