test(doctor): preserve bundled discovery literal type · openclaw/openclaw@369d83f
steipete
·
2026-05-05
·
via Recent Commits to openclaw:main
File tree
src/commands/doctor/shared
| Original file line number | Diff line number | Diff line change |
|---|
@@ -132,7 +132,7 @@ describe("collectPluginToolAllowlistWarnings", () => {
|
132 | 132 | { name: "default", plugins: { allow: ["telegram"] } }, |
133 | 133 | { |
134 | 134 | name: "explicit allowlist", |
135 | | -plugins: { allow: ["telegram"], bundledDiscovery: "allowlist" }, |
| 135 | +plugins: { allow: ["telegram"], bundledDiscovery: "allowlist" as const }, |
136 | 136 | }, |
137 | 137 | ])( |
138 | 138 | "does not warn when bundled provider discovery follows the allowlist ($name)", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。