Adjust tests for new messaging scheme

This commit is contained in:
Matthias
2024-01-07 14:43:16 +01:00
parent 28b5552231
commit 69e9ab90df
2 changed files with 30 additions and 19 deletions

View File

@@ -415,8 +415,7 @@ class Telegram(RPCHandler):
f"{enter_tag}"
f"*Exit Reason:* `{msg['exit_reason']}`\n"
f"*Direction:* `{msg['direction']}"
f"{leverage_text}"
"`\n"
f"{leverage_text}`\n"
f"*Amount:* `{round_value(msg['amount'], 8)}`\n"
f"*Open Rate:* `{fmt_coin(msg['open_rate'], msg['quote_currency'])}`\n"
)