mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 01:53:05 +00:00
Adjust tests for new fields
This commit is contained in:
@@ -1165,6 +1165,8 @@ def test_api_status(botclient, mocker, ticker, fee, markets, is_short,
|
||||
'current_rate': current_rate,
|
||||
'open_date': ANY,
|
||||
'open_timestamp': ANY,
|
||||
'open_fill_date': ANY,
|
||||
'open_fill_timestamp': ANY,
|
||||
'open_rate': 0.123,
|
||||
'pair': 'ETH/BTC',
|
||||
'base_currency': 'ETH',
|
||||
@@ -1368,6 +1370,8 @@ def test_api_force_entry(botclient, mocker, fee, endpoint):
|
||||
'close_rate': 0.265441,
|
||||
'open_date': ANY,
|
||||
'open_timestamp': ANY,
|
||||
'open_fill_date': ANY,
|
||||
'open_fill_timestamp': ANY,
|
||||
'open_rate': 0.245441,
|
||||
'pair': 'ETH/BTC',
|
||||
'base_currency': 'ETH',
|
||||
|
||||
Reference in New Issue
Block a user