mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-19 06:11:15 +00:00
Adjust tests for new messaging scheme
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user