mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
fix: scope cold plugin manifests to index
This commit is contained in:
@@ -552,10 +552,8 @@ describe("resolvePluginCapabilityProviders", () => {
|
||||
|
||||
expectResolvedCapabilityProviderIds(providers, ["google"]);
|
||||
expect(mocks.loadPluginManifestRegistry).toHaveBeenCalledWith({
|
||||
index: expect.anything(),
|
||||
config: undefined,
|
||||
env: process.env,
|
||||
includeDisabled: true,
|
||||
});
|
||||
expect(mocks.resolveRuntimePluginRegistry).toHaveBeenCalledWith({
|
||||
config: compatConfig,
|
||||
|
||||
Reference in New Issue
Block a user