From 259e9abbc5a0fc425516336b2beaf042d38fb4aa Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 8 Apr 2026 00:43:35 +0100 Subject: [PATCH] Tests: align provider synthetic auth fixture --- src/agents/models-config.providers.auth-provenance.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/agents/models-config.providers.auth-provenance.test.ts b/src/agents/models-config.providers.auth-provenance.test.ts index 76953517c35..0f8f4b27093 100644 --- a/src/agents/models-config.providers.auth-provenance.test.ts +++ b/src/agents/models-config.providers.auth-provenance.test.ts @@ -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,