mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
replace 'open_orders' with "has_open_orders" in api
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user