mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-01 07:42:40 +00:00
test: fix random test failure due to missing mandatory key
This commit is contained in:
@@ -604,6 +604,7 @@ def get_default_conf(testdatadir):
|
||||
"cancel_open_orders_on_exit": False,
|
||||
"minimal_roi": {"40": 0.0, "30": 0.01, "20": 0.02, "0": 0.04},
|
||||
"dry_run_wallet": 1000,
|
||||
"tradable_balance_ratio": 0.99,
|
||||
"stoploss": -0.10,
|
||||
"unfilledtimeout": {"entry": 10, "exit": 30},
|
||||
"entry_pricing": {
|
||||
|
||||
Reference in New Issue
Block a user