fix(qa): align telegram commands live assertion · openclaw/openclaw@86ace80
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
File tree
extensions/qa-lab/src/live-transports/telegram
| Original file line number | Diff line number | Diff line change |
|---|
@@ -223,7 +223,7 @@ const TELEGRAM_QA_SCENARIOS: TelegramQaScenarioDefinition[] = [
|
223 | 223 | buildRun: (sutUsername) => ({ |
224 | 224 | expectReply: true, |
225 | 225 | input: `/commands@${sutUsername}`, |
226 | | -expectedTextIncludes: ["/help", "More: /tools for available capabilities"], |
| 226 | +expectedTextIncludes: ["Commands (1/", "/session", "/verbose"], |
227 | 227 | }), |
228 | 228 | }, |
229 | 229 | { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。