chore: generate
This commit is contained in:
parent
2dd1f2d453
commit
96a0dd6b04
2 changed files with 7 additions and 8 deletions
|
|
@ -82,7 +82,12 @@ describe("HttpApi workspace proxy", () => {
|
|||
new Request("http://localhost/session/abc", { method: "POST", body: "request-body" }),
|
||||
)
|
||||
const httpClient = yield* HttpClient.HttpClient
|
||||
const response = yield* HttpApiProxy.http(httpClient, `${url}/session/abc?keep=yes`, { "x-extra": "injected" }, request)
|
||||
const response = yield* HttpApiProxy.http(
|
||||
httpClient,
|
||||
`${url}/session/abc?keep=yes`,
|
||||
{ "x-extra": "injected" },
|
||||
request,
|
||||
)
|
||||
|
||||
expect(response.status).toBe(201)
|
||||
const client = HttpServerResponse.toClientResponse(response)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue