chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-30 15:08:03 +00:00
parent dddfcbf0d8
commit 29b1060c67
5 changed files with 23 additions and 25 deletions

View File

@@ -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)