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)",