added trading_mode to test_start_new_config

This commit is contained in:
Sam Germain 2022-01-31 13:00:45 -06:00
parent cf6b0b8524
commit 51b368c8dc

View File

@ -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',