mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:10:43 +00:00
test(auth): follow enabled plugin setup config
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user