Update /status message

This commit is contained in:
Matthias
2022-05-29 10:09:27 +02:00
parent 12efd1116d
commit dcf179020f
2 changed files with 20 additions and 18 deletions

View File

@@ -270,7 +270,7 @@ def test_telegram_status_multi_entry(default_conf, update, mocker, fee) -> None:
msg = msg_mock.call_args_list[0][0][0]
assert re.search(r'Number of Entries.*2', msg)
assert re.search(r'Average Entry Price', msg)
assert re.search(r'Order filled at', msg)
assert re.search(r'Order filled', msg)
assert re.search(r'Close Date:', msg) is None
assert re.search(r'Close Profit:', msg) is None