mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-21 19:15:47 +00:00
test: tighten kilocode env source assertion
This commit is contained in:
parent
30d7a92f87
commit
6c1262b62f
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ describe("Kilo Gateway provider config", () => {
|
|||
const result = resolveEnvApiKey("kilocode");
|
||||
expect(result).toMatchObject({
|
||||
apiKey: "test-kilo-key",
|
||||
source: expect.stringContaining("KILOCODE_API_KEY"),
|
||||
source: "env: KILOCODE_API_KEY",
|
||||
});
|
||||
} finally {
|
||||
vi.unstubAllEnvs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue