Skip to content

Commit

Permalink
move test to v1 multipart ep
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-langchain committed Jan 29, 2025
1 parent a4214a3 commit 79e06f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/tests/batch_client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 79e06f9

Please sign in to comment.