fix(openclaw): show full main menu for wakeup phrases
All checks were successful
CD Pipeline / deploy (push) Successful in 2m44s

This commit is contained in:
OoO
2026-05-02 16:12:30 +08:00
parent 7b6423fa67
commit 3f40089d8c
2 changed files with 17 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ def test_openclaw_answer_wakeup_query_returns_menu():
text, kb = bot.openclaw_answer("小龍蝦")
assert "OpenClaw小O" in text
assert kb == bot.quick_menu_keyboard()
assert kb == bot.main_menu_keyboard()
def test_openclaw_answer_variants_are_menu_wakeup():