have force-enter also include has_open_orders

This commit is contained in:
Matthias
2023-09-09 09:23:25 +02:00
parent 067c9219b6
commit 9e1f7dc6f7
2 changed files with 2 additions and 1 deletions

View File

@@ -1364,6 +1364,7 @@ def test_api_force_entry(botclient, mocker, fee, endpoint):
'amount_precision': None,
'price_precision': None,
'precision_mode': None,
'has_open_orders': False,
'orders': [],
}