mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 22:20:22 +00:00
test: align Vitest config path assertions
This commit is contained in:
@@ -264,6 +264,8 @@ describe("embedding provider remote overrides", () => {
|
||||
});
|
||||
|
||||
it("fails fast when Gemini remote apiKey is an unresolved SecretRef", async () => {
|
||||
vi.stubEnv("GEMINI_API_KEY", "");
|
||||
|
||||
await expect(
|
||||
createEmbeddingProvider({
|
||||
config: {} as never,
|
||||
|
||||
Reference in New Issue
Block a user