From 51b368c8dc7215513f68683bcdb7d167f6a14478 Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Mon, 31 Jan 2022 13:00:45 -0600 Subject: [PATCH] added trading_mode to test_start_new_config --- tests/commands/test_build_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/commands/test_build_config.py b/tests/commands/test_build_config.py index 66c750e79..e30d5bf94 100644 --- a/tests/commands/test_build_config.py +++ b/tests/commands/test_build_config.py @@ -44,6 +44,8 @@ def test_start_new_config(mocker, caplog, exchange): 'fiat_display_currency': 'EUR', 'timeframe': '15m', 'dry_run': True, + 'trading_mode': 'spot', + 'margin_mode': '', 'exchange_name': exchange, 'exchange_key': 'sampleKey', 'exchange_secret': 'Samplesecret',