fix: scope cold plugin manifests to index

This commit is contained in:
Shakker
2026-04-26 03:45:09 +01:00
parent 1a193b2d96
commit d955bf0ff8

View File

@@ -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,