Update tests to merged version

This commit is contained in:
Matthias
2020-09-06 15:27:16 +02:00
parent 5fba446e9a
commit a0fd7f4644
2 changed files with 3 additions and 1 deletions

View File

@@ -716,11 +716,13 @@ def test_rpc_forcesell(default_conf, ticker, fee, mocker) -> None:
mocker.patch(
'freqtrade.exchange.Exchange.fetch_order',
side_effect=[{
'id': '1234',
'status': 'open',
'type': 'limit',
'side': 'buy',
'filled': filled_amount
}, {
'id': '1234',
'status': 'closed',
'type': 'limit',
'side': 'buy',