mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 15:14:45 +00:00
test: tighten kilocode env source assertion
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user