test: isolate health snapshot account inspection · openclaw/openclaw@cb368c4
shakkernerd
·
2026-05-09
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -305,6 +305,8 @@ function createTelegramHealthPlugin(): HealthTestPlugin {
|
305 | 305 | listAccountIds: (cfg) => listTelegramAccountIdsForTest(cfg as Record<string, unknown>), |
306 | 306 | resolveAccount: (cfg, accountId) => |
307 | 307 | resolveTelegramAccountForTest({ cfg: cfg as Record<string, unknown>, accountId }), |
| 308 | +inspectAccount: (cfg, accountId) => |
| 309 | +resolveTelegramAccountForTest({ cfg: cfg as Record<string, unknown>, accountId }), |
308 | 310 | isConfigured: (account) => Boolean((account as TelegramHealthAccount).token.trim()), |
309 | 311 | }, |
310 | 312 | status: { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。