test: add log setup workaround for tests

This commit is contained in:
Matthias
2025-03-08 16:16:21 +01:00
parent 56c23f9dd8
commit 08c4f24bdf
2 changed files with 9 additions and 5 deletions

View File

@@ -644,6 +644,7 @@ def get_default_conf(testdatadir):
"trading_mode": "spot",
"margin_mode": "",
"candle_type_def": CandleType.SPOT,
"ft_tests_skip_logging": True,
}
return configuration