mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-16 01:22:58 +00:00
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.",
|
||||
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(),
|
||||
|
||||
Reference in New Issue
Block a user