mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 14:48:55 +02:00
test: name google setup entries
This commit is contained in:
@@ -17,7 +17,7 @@ describe("google setup entry", () => {
|
||||
},
|
||||
} as never);
|
||||
|
||||
expect(providerIds).toContain("google-vertex");
|
||||
expect(cliBackendIds).toContain("google-gemini-cli");
|
||||
expect(providerIds).toEqual(["google-vertex"]);
|
||||
expect(cliBackendIds).toEqual(["google-gemini-cli"]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user