From 03b22e66a70a2a1aa51a51bded47bfecd8a1812c Mon Sep 17 00:00:00 2001 From: Angus Jelinek Date: Tue, 28 Jan 2025 20:02:20 -0800 Subject: [PATCH] move test to v1 multipart ep --- js/src/tests/batch_client.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/tests/batch_client.test.ts b/js/src/tests/batch_client.test.ts index 5c40ac1ae..2a0f3e329 100644 --- a/js/src/tests/batch_client.test.ts +++ b/js/src/tests/batch_client.test.ts @@ -86,7 +86,7 @@ describe.each(ENDPOINT_TYPES)( const expectedTraceURL = endpointType === "batch" ? "https://api.smith.langchain.com/runs/batch" - : "https://api.smith.langchain.com/runs/multipart"; + : "https://api.smith.langchain.com/v1/runs/multipart"; it("should create a batched run with the given input", async () => { const client = new Client({ apiKey: "test-api-key",