chore: generate
This commit is contained in:
parent
58244eb687
commit
c4d8a8183e
@ -45,8 +45,6 @@ describe("event HttpApi bridge", () => {
|
||||
expect(response.headers.get("cache-control")).toBe("no-cache, no-transform")
|
||||
expect(response.headers.get("x-accel-buffering")).toBe("no")
|
||||
expect(response.headers.get("x-content-type-options")).toBe("nosniff")
|
||||
expect(await readFirstChunk(response)).toContain(
|
||||
'data: {"type":"server.connected","properties":{}}\n\n',
|
||||
)
|
||||
expect(await readFirstChunk(response)).toContain('data: {"type":"server.connected","properties":{}}\n\n')
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user