fix(test): add /voice to EXPECTED_COMMANDS set in test_commands.py

This commit is contained in:
0xbyt4 2026-03-08 21:58:04 +03:00
parent 46db7aeffd
commit 143cc68946

View file

@ -12,7 +12,7 @@ EXPECTED_COMMANDS = {
"/personality", "/clear", "/history", "/new", "/reset", "/retry",
"/undo", "/save", "/config", "/cron", "/skills", "/platforms",
"/verbose", "/reasoning", "/compress", "/title", "/usage", "/insights", "/paste",
"/reload-mcp", "/rollback", "/background", "/skin", "/quit",
"/reload-mcp", "/rollback", "/background", "/skin", "/voice", "/quit",
}