test: update test_rpc_telegram with new paused state telegram commands
This commit is contained in:
@@ -2817,7 +2817,7 @@ async def test__send_msg_keyboard(default_conf, mocker, caplog) -> None:
|
|||||||
default_keys_list = [
|
default_keys_list = [
|
||||||
["/daily", "/profit", "/balance"],
|
["/daily", "/profit", "/balance"],
|
||||||
["/status", "/status table", "/performance"],
|
["/status", "/status table", "/performance"],
|
||||||
["/count", "/start", "/stop", "/help"],
|
["/start", "/pause", "/stop", "/help"],
|
||||||
]
|
]
|
||||||
default_keyboard = ReplyKeyboardMarkup(default_keys_list)
|
default_keyboard = ReplyKeyboardMarkup(default_keys_list)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user