From f714e306da948707034b189a2af3b296cd10d0a9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 6 Sep 2024 21:15:10 +0200 Subject: [PATCH] test: add margin and trading mode to test config --- tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 8f15388ef..99c42de5f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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