Skip to content

Commit 56d2749

Browse files
committed
test(auth): follow enabled plugin setup config
1 parent 2f31184 commit 56d2749

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/commands/auth-choice.apply.plugin-provider.test.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,15 @@ describe("applyAuthChoiceLoadedPluginProvider", () => {
354354
});
355355
expect(resolvePluginSetupProvider).toHaveBeenCalledWith({
356356
provider: LOCAL_PROVIDER_ID,
357-
config: {},
357+
config: {
358+
plugins: {
359+
entries: {
360+
"local-provider-plugin": {
361+
enabled: true,
362+
},
363+
},
364+
},
365+
},
358366
workspaceDir: "/tmp/workspace",
359367
env: undefined,
360368
pluginIds: ["local-provider-plugin"],

0 commit comments

Comments
 (0)