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,
|
"cancel_open_orders_on_exit": False,
|
||||||
"minimal_roi": {"40": 0.0, "30": 0.01, "20": 0.02, "0": 0.04},
|
"minimal_roi": {"40": 0.0, "30": 0.01, "20": 0.02, "0": 0.04},
|
||||||
"dry_run_wallet": 1000,
|
"dry_run_wallet": 1000,
|
||||||
|
"tradable_balance_ratio": 0.99,
|
||||||
"stoploss": -0.10,
|
"stoploss": -0.10,
|
||||||
"unfilledtimeout": {"entry": 10, "exit": 30},
|
"unfilledtimeout": {"entry": 10, "exit": 30},
|
||||||
"entry_pricing": {
|
"entry_pricing": {
|
||||||
|
|||||||
Reference in New Issue
Block a user