mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:40:44 +00:00
test(doctor): preserve bundled discovery literal type
This commit is contained in:
@@ -132,7 +132,7 @@ describe("collectPluginToolAllowlistWarnings", () => {
|
||||
{ name: "default", plugins: { allow: ["telegram"] } },
|
||||
{
|
||||
name: "explicit allowlist",
|
||||
plugins: { allow: ["telegram"], bundledDiscovery: "allowlist" },
|
||||
plugins: { allow: ["telegram"], bundledDiscovery: "allowlist" as const },
|
||||
},
|
||||
])(
|
||||
"does not warn when bundled provider discovery follows the allowlist ($name)",
|
||||
|
||||
Reference in New Issue
Block a user