Adjust tests for new fields

This commit is contained in:
Matthias
2024-02-15 20:39:06 +01:00
committed by Joe Schr
parent f7eb14ae0e
commit 90c0b554aa
4 changed files with 11 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ def test_rpc_trade_status(default_conf, ticker, fee, mocker) -> None:
'quote_currency': 'BTC',
'open_date': ANY,
'open_timestamp': ANY,
'open_fill_date': ANY,
'open_fill_timestamp': ANY,
'is_open': ANY,
'fee_open': ANY,
'fee_open_cost': ANY,