test(auth): follow enabled plugin setup config · openclaw/openclaw@56d2749
vincentkoc
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -354,7 +354,15 @@ describe("applyAuthChoiceLoadedPluginProvider", () => {
|
354 | 354 | }); |
355 | 355 | expect(resolvePluginSetupProvider).toHaveBeenCalledWith({ |
356 | 356 | provider: LOCAL_PROVIDER_ID, |
357 | | -config: {}, |
| 357 | +config: { |
| 358 | +plugins: { |
| 359 | +entries: { |
| 360 | +"local-provider-plugin": { |
| 361 | +enabled: true, |
| 362 | +}, |
| 363 | +}, |
| 364 | +}, |
| 365 | +}, |
358 | 366 | workspaceDir: "/tmp/workspace", |
359 | 367 | env: undefined, |
360 | 368 | pluginIds: ["local-provider-plugin"], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。