Skip to content

Commit

Permalink
test: fix broken AzureAISearchVectorStore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Dec 6, 2024
1 parent 271aba9 commit 16665fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ describe("AzureAISearchVectorStore options via environment variables", () => {
});

it("should throw if AZURE_AI_SEARCH_ENDPOINT is missing", async () => {
delete process.env.AZURE_AI_SEARCH_ENDPOINT;
expect(
() => new AzureAISearchVectorStore({ indexName: "abc" } as any),
).toThrow(
Expand Down

0 comments on commit 16665fb

Please sign in to comment.