chore: generate
This commit is contained in:
parent
dddfcbf0d8
commit
29b1060c67
5 changed files with 23 additions and 25 deletions
|
|
@ -214,7 +214,9 @@ describe("HttpApi instance context middleware", () => {
|
|||
yield* serveDisposeProbe()
|
||||
const disposed = yield* waitDisposedEvent.pipe(Effect.forkScoped)
|
||||
|
||||
const response = yield* HttpClientRequest.post(`/dispose-probe?workspace=${workspace.id}`).pipe(HttpClient.execute)
|
||||
const response = yield* HttpClientRequest.post(`/dispose-probe?workspace=${workspace.id}`).pipe(
|
||||
HttpClient.execute,
|
||||
)
|
||||
|
||||
expect(response.status).toBe(200)
|
||||
expect(yield* response.json).toBe(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue