test: tighten status runtime plugin assertions · openclaw/openclaw@edbb8f7
steipete
·
2026-05-09
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -68,7 +68,7 @@ describe("status-runtime-shared", () => {
|
68 | 68 | includeFilesystem: true, |
69 | 69 | includeChannelSecurity: true, |
70 | 70 | loadPluginSecurityCollectors: false, |
71 | | -plugins: expect.any(Array), |
| 71 | +plugins: [{ id: "telegram" }], |
72 | 72 | }); |
73 | 73 | expect(mocks.resolveReadOnlyChannelPluginsForConfig).toHaveBeenCalledWith( |
74 | 74 | { gateway: {} }, |
@@ -286,7 +286,7 @@ describe("status-runtime-shared", () => {
|
286 | 286 | includeFilesystem: true, |
287 | 287 | includeChannelSecurity: true, |
288 | 288 | loadPluginSecurityCollectors: false, |
289 | | -plugins: expect.any(Array), |
| 289 | +plugins: [{ id: "telegram" }], |
290 | 290 | }); |
291 | 291 | }); |
292 | 292 | }); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。