mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
Tests: align provider synthetic auth fixture
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user