diff --git a/src/commands/auth-choice.apply.plugin-provider.test.ts b/src/commands/auth-choice.apply.plugin-provider.test.ts index b3142817d5b..a8a72df8efc 100644 --- a/src/commands/auth-choice.apply.plugin-provider.test.ts +++ b/src/commands/auth-choice.apply.plugin-provider.test.ts @@ -354,7 +354,15 @@ describe("applyAuthChoiceLoadedPluginProvider", () => { }); expect(resolvePluginSetupProvider).toHaveBeenCalledWith({ provider: LOCAL_PROVIDER_ID, - config: {}, + config: { + plugins: { + entries: { + "local-provider-plugin": { + enabled: true, + }, + }, + }, + }, workspaceDir: "/tmp/workspace", env: undefined, pluginIds: ["local-provider-plugin"],