Skip to content

Commit

Permalink
Fix local test (#5846)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jun 21, 2024
1 parent a014ce4 commit 35c4df1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ describe("SessionsPythonREPLTool", () => {
headers: {
"Content-Type": "application/json",
Authorization: "Bearer test-token",
"User-Agent": expect.stringMatching(
/^langchainjs-azure-dynamic-sessions\s@langchain\/azure-dynamic-sessions\/\d+\.\d+\.\d+ \(Language=JavaScript.*\)$/
),
"User-Agent": expect.any(String),
},
body: JSON.stringify({
properties: {
Expand Down

0 comments on commit 35c4df1

Please sign in to comment.