Skip to content

Commit c4d8a81

Browse files
chore: generate
1 parent 58244eb commit c4d8a81

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/opencode/test/server/httpapi-event.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ describe("event HttpApi bridge", () => {
4545
expect(response.headers.get("cache-control")).toBe("no-cache, no-transform")
4646
expect(response.headers.get("x-accel-buffering")).toBe("no")
4747
expect(response.headers.get("x-content-type-options")).toBe("nosniff")
48-
expect(await readFirstChunk(response)).toContain(
49-
'data: {"type":"server.connected","properties":{}}\n\n',
50-
)
48+
expect(await readFirstChunk(response)).toContain('data: {"type":"server.connected","properties":{}}\n\n')
5149
})
5250
})

0 commit comments

Comments
 (0)