Bump aiohttp to 3.9.4 (#110730)
* Bump aiohttp to 3.9.4 This is rc0 for now but will be updated when the full release it out * cleanup cruft * regen * fix tests (these changes are fine) * chunk size is too small to read since boundry is now enforced * chunk size is too small to read since boundry is now enforced
This commit is contained in:
parent
db38da8eb8
commit
137514edb7
7 changed files with 12 additions and 12 deletions
|
@ -41,7 +41,7 @@ async def test_quiting_hass(hass: HomeAssistant, websocket_client) -> None:
|
|||
|
||||
msg = await websocket_client.receive()
|
||||
|
||||
assert msg.type == WSMsgType.CLOSED
|
||||
assert msg.type is WSMsgType.CLOSE
|
||||
|
||||
|
||||
async def test_unknown_command(websocket_client) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue