Skip to content

Commit 2e811be

Browse files
author
tomfrenken
committed
update snapshot fiel
1 parent 2c451b1 commit 2e811be

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/langchain/src/orchestration/__snapshots__/client.test.ts.snap

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`orchestration service client handles error response when maxRetries is smaller than retry configuration 1`] = `"Request failed with status code 500"`;
4-
5-
exports[`orchestration service client handles requests with longer timeout value 1`] = `
3+
exports[`orchestration service client returns successful response when maxRetries equals retry configuration 1`] = `
64
{
75
"id": [
86
"langchain_core",
@@ -41,7 +39,7 @@ exports[`orchestration service client handles requests with longer timeout value
4139
}
4240
`;
4341

44-
exports[`orchestration service client handles successful response when maxRetries equals retry configuration 1`] = `
42+
exports[`orchestration service client returns successful response when timeout is bigger than delay 1`] = `
4543
{
4644
"id": [
4745
"langchain_core",

0 commit comments

Comments
 (0)