From 369d83f04c54ff1f858be55c5b092b69876f74c2 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 4 May 2026 22:48:57 +0100 Subject: [PATCH] test(doctor): preserve bundled discovery literal type --- .../doctor/shared/plugin-tool-allowlist-warnings.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/doctor/shared/plugin-tool-allowlist-warnings.test.ts b/src/commands/doctor/shared/plugin-tool-allowlist-warnings.test.ts index 981b21079f1..fdf18a2b636 100644 --- a/src/commands/doctor/shared/plugin-tool-allowlist-warnings.test.ts +++ b/src/commands/doctor/shared/plugin-tool-allowlist-warnings.test.ts @@ -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)",