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
+4 -2
View File
@@ -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(),