chore: generate
This commit is contained in:
parent
40e73c4910
commit
0e118d1961
5 changed files with 2189 additions and 328 deletions
|
|
@ -361,7 +361,9 @@ describe("session HttpApi", () => {
|
|||
message: "Invalid cursor",
|
||||
})
|
||||
|
||||
const mismatchedRouting = yield* request(`/api/session?cursor=${sessionCursor}&directory=/elsewhere`, { headers })
|
||||
const mismatchedRouting = yield* request(`/api/session?cursor=${sessionCursor}&directory=/elsewhere`, {
|
||||
headers,
|
||||
})
|
||||
expect(mismatchedRouting.status).toBe(400)
|
||||
expect(yield* responseJson(mismatchedRouting)).toMatchObject({
|
||||
_tag: "InvalidCursorError",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue