test(session): update go retry fixture (#26312)
This commit is contained in:
@@ -263,6 +263,9 @@ describe("session.retry.retryable", () => {
|
|||||||
message: "Subscription quota exceeded. You can continue using free models.",
|
message: "Subscription quota exceeded. You can continue using free models.",
|
||||||
isRetryable: true,
|
isRetryable: true,
|
||||||
statusCode: 429,
|
statusCode: 429,
|
||||||
|
responseHeaders: {
|
||||||
|
"retry-after": "19380",
|
||||||
|
},
|
||||||
responseBody: JSON.stringify({
|
responseBody: JSON.stringify({
|
||||||
type: "error",
|
type: "error",
|
||||||
error: {
|
error: {
|
||||||
@@ -271,8 +274,7 @@ describe("session.retry.retryable", () => {
|
|||||||
},
|
},
|
||||||
metadata: {
|
metadata: {
|
||||||
workspace: "wrk_01K6XGM22R6FM8JVABE9XDQXGH",
|
workspace: "wrk_01K6XGM22R6FM8JVABE9XDQXGH",
|
||||||
limit: "5 hour",
|
limitName: "5 hour",
|
||||||
resetAt: 19_380,
|
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
}).toObject(),
|
}).toObject(),
|
||||||
|
|||||||
Reference in New Issue
Block a user