From ac06da40e43f8289fff3a92ad94da82fed7a176c Mon Sep 17 00:00:00 2001 From: Wade Dyck Date: Tue, 28 Dec 2021 11:43:42 -0700 Subject: [PATCH] Explicitly set the trading-mode to spot for the --dl-trades download test. --- tests/commands/test_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/commands/test_commands.py b/tests/commands/test_commands.py index 2b5504324..583d59894 100644 --- a/tests/commands/test_commands.py +++ b/tests/commands/test_commands.py @@ -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))