Revert "Fix tests after merge"

This reverts commit edf8e39bc1.
This commit is contained in:
Matthias
2020-06-02 19:39:17 +02:00
parent edf8e39bc1
commit 1a5dba9a79
3 changed files with 7 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ def test_rpc_trade_status(default_conf, ticker, fee, mocker) -> None:
'min_rate': ANY,
'max_rate': ANY,
'strategy': ANY,
'ticker_interval': ANY,
'timeframe': ANY,
'open_order_id': ANY,
'close_date': None,
@@ -123,6 +124,7 @@ def test_rpc_trade_status(default_conf, ticker, fee, mocker) -> None:
'min_rate': ANY,
'max_rate': ANY,
'strategy': ANY,
'ticker_interval': ANY,
'timeframe': ANY,
'open_order_id': ANY,
'close_date': None,