mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-17 21:30:08 +00:00
test(session): update go retry fixture (#26312)
This commit is contained in:
parent
6869186fc6
commit
ae25278eda
1 changed files with 4 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue