fix(test): restore model-resolution metadata scope (#129627)

This commit is contained in:
Peter Steinberger
2026-08-25 15:20:17 -07:00
committed by GitHub
parent ce9a4c9a60
commit 48e7b02caa
@@ -138,11 +138,6 @@ vi.mock("../../plugins/provider-runtime.js", () => ({
prepareProviderRuntimeAuth: vi.fn(async () => undefined),
}));
vi.mock("../../plugins/current-plugin-metadata-snapshot.js", () => ({
getCurrentPluginMetadataSnapshot: () => ({ plugins: [] }),
withPluginMetadataSnapshotScope: (_snapshot: unknown, run: () => unknown) => run(),
}));
vi.mock("../provider-secret-egress.js", () => ({
protectPreparedProviderRuntimeAuth: (value: unknown) => value,
unwrapSecretSentinelsForProviderEgress: (value: unknown) => value,