test(session): update go retry fixture (#26312)

This commit is contained in:
Shoubhit Dash
2026-05-08 14:10:18 +05:30
committed by GitHub
parent 6869186fc6
commit ae25278eda

View File

@@ -263,6 +263,9 @@ describe("session.retry.retryable", () => {
message: "Subscription quota exceeded. You can continue using free models.",
isRetryable: true,
statusCode: 429,
responseHeaders: {
"retry-after": "19380",
},
responseBody: JSON.stringify({
type: "error",
error: {
@@ -271,8 +274,7 @@ describe("session.retry.retryable", () => {
},
metadata: {
workspace: "wrk_01K6XGM22R6FM8JVABE9XDQXGH",
limit: "5 hour",
resetAt: 19_380,
limitName: "5 hour",
},
}),
}).toObject(),