Update Tests for removed sell_reason field

This commit is contained in:
Matthias
2024-01-04 14:42:37 +01:00
parent 682b462d82
commit b0fdf6ac52
2 changed files with 1 additions and 9 deletions

View File

@@ -1158,7 +1158,6 @@ async def test_telegram_forceexit_handle(default_conf, update, ticker, fee,
'fiat_currency': 'USD',
'buy_tag': ANY,
'enter_tag': ANY,
'sell_reason': ExitType.FORCE_EXIT.value,
'exit_reason': ExitType.FORCE_EXIT.value,
'open_date': ANY,
'close_date': ANY,
@@ -1231,7 +1230,6 @@ async def test_telegram_force_exit_down_handle(default_conf, update, ticker, fee
'fiat_currency': 'USD',
'buy_tag': ANY,
'enter_tag': ANY,
'sell_reason': ExitType.FORCE_EXIT.value,
'exit_reason': ExitType.FORCE_EXIT.value,
'open_date': ANY,
'close_date': ANY,
@@ -1294,7 +1292,6 @@ async def test_forceexit_all_handle(default_conf, update, ticker, fee, mocker) -
'fiat_currency': 'USD',
'buy_tag': ANY,
'enter_tag': ANY,
'sell_reason': ExitType.FORCE_EXIT.value,
'exit_reason': ExitType.FORCE_EXIT.value,
'open_date': ANY,
'close_date': ANY,