mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
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 = [
|
||||
["/daily", "/profit", "/balance"],
|
||||
["/status", "/status table", "/performance"],
|
||||
["/count", "/start", "/stop", "/help"],
|
||||
["/start", "/pause", "/stop", "/help"],
|
||||
]
|
||||
default_keyboard = ReplyKeyboardMarkup(default_keys_list)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user