test: align Vitest config path assertions

This commit is contained in:
Peter Steinberger
2026-04-10 15:49:37 +01:00
parent 4b4ec4dbc2
commit 56fc20fb7c
9 changed files with 83 additions and 29 deletions

View File

@@ -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,