Fix tests for newly added field

This commit is contained in:
Matthias
2024-01-06 13:43:02 +01:00
parent 7f69a06819
commit 209e7033cd
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -1154,6 +1154,7 @@ async def test_telegram_forceexit_handle(default_conf, update, ticker, fee,
'profit_amount': 6.314e-05,
'profit_ratio': 0.0629778,
'stake_currency': 'BTC',
'quote_currency': 'BTC',
'base_currency': 'ETH',
'fiat_currency': 'USD',
'buy_tag': ANY,
@@ -1228,6 +1229,7 @@ async def test_telegram_force_exit_down_handle(default_conf, update, ticker, fee
'profit_amount': -5.497e-05,
'profit_ratio': -0.05482878,
'stake_currency': 'BTC',
'quote_currency': 'BTC',
'base_currency': 'ETH',
'fiat_currency': 'USD',
'buy_tag': ANY,
@@ -1292,6 +1294,7 @@ async def test_forceexit_all_handle(default_conf, update, ticker, fee, mocker) -
'profit_amount': -4.09e-06,
'profit_ratio': -0.00408133,
'stake_currency': 'BTC',
'quote_currency': 'BTC',
'base_currency': 'ETH',
'fiat_currency': 'USD',
'buy_tag': ANY,