fix(openclaw): show full main menu for wakeup phrases
All checks were successful
CD Pipeline / deploy (push) Successful in 2m44s
All checks were successful
CD Pipeline / deploy (push) Successful in 2m44s
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user