diff --git a/src/commands/doctor-legacy-config.migrations.test.ts b/src/commands/doctor-legacy-config.migrations.test.ts index 77299be60c0..56ee052f5f8 100644 --- a/src/commands/doctor-legacy-config.migrations.test.ts +++ b/src/commands/doctor-legacy-config.migrations.test.ts @@ -18,16 +18,19 @@ vi.mock("../plugins/manifest-registry.js", () => ({ { id: "brave", origin: "bundled", + channels: [], contracts: { webSearchProviders: ["brave"] }, }, { id: "google", origin: "bundled", + channels: [], contracts: { webSearchProviders: ["gemini"] }, }, { id: "firecrawl", origin: "bundled", + channels: [], contracts: { webSearchProviders: ["firecrawl"] }, }, ],