test: fix test__send_msg_keyboard after pause key removal

This commit is contained in:
Axel-CH
2025-03-23 14:17:06 -04:00
parent b8dffe0eb0
commit 06c4b661f7

View File

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