test: add margin and trading mode to test config

This commit is contained in:
Matthias 2024-09-06 21:15:10 +02:00
parent 6a4b641250
commit f714e306da

View File

@ -617,6 +617,8 @@ def get_default_conf(testdatadir):
"dataformat_ohlcv": "feather",
"dataformat_trades": "feather",
"runmode": "dry_run",
"trading_mode": "spot",
"margin_mode": "",
"candle_type_def": CandleType.SPOT,
}
return configuration