test: update test_rpc_telegram with new paused state telegram commands

This commit is contained in:
Axel-CH
2025-03-21 19:04:14 -04:00
parent 47151e77e1
commit f70815dd8e

View File

@@ -2817,7 +2817,7 @@ async def test__send_msg_keyboard(default_conf, mocker, caplog) -> None:
default_keys_list = [
["/daily", "/profit", "/balance"],
["/status", "/status table", "/performance"],
["/count", "/start", "/stop", "/help"],
["/start", "/pause", "/stop", "/help"],
]
default_keyboard = ReplyKeyboardMarkup(default_keys_list)