Bump aiohttp to 3.9.3 (#109025)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
J. Nick Koston 2024-01-29 12:15:18 -10:00 committed by GitHub
parent 0013f184b3
commit 825fed8319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View file

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