replace 'open_orders' with "has_open_orders" in api

This commit is contained in:
Matthias
2023-09-09 08:35:03 +02:00
parent f4e5ce892b
commit 067c9219b6
5 changed files with 9 additions and 16 deletions

View File

@@ -1158,6 +1158,7 @@ def test_api_status(botclient, mocker, ticker, fee, markets, is_short,
'price_precision': None,
'precision_mode': None,
'orders': [ANY],
'has_open_orders': True,
}
mocker.patch(f'{EXMS}.get_rate',