Bump aiohttp to 3.9.3 (#109025)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
0013f184b3
commit
825fed8319
6 changed files with 8 additions and 8 deletions
|
@ -40,7 +40,7 @@ async def test_quiting_hass(hass: HomeAssistant, websocket_client) -> None:
|
|||
|
||||
msg = await websocket_client.receive()
|
||||
|
||||
assert msg.type == WSMsgType.CLOSE
|
||||
assert msg.type == WSMsgType.CLOSED
|
||||
|
||||
|
||||
async def test_unknown_command(websocket_client) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue