Tests: align provider synthetic auth fixture

This commit is contained in:
Peter Steinberger
2026-04-08 00:43:35 +01:00
parent 93d71acbd8
commit 259e9abbc5

View File

@@ -131,6 +131,8 @@ describe("models-config provider auth provenance", () => {
it("resolves plugin-owned synthetic auth through the provider hook", () => {
mockedResolveProviderSyntheticAuthWithPlugin.mockReturnValue({
apiKey: "xai-plugin-key",
mode: "api-key",
source: "test plugin",
});
const auth = createProviderAuthResolver(
{} as NodeJS.ProcessEnv,