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
6 changed files with 8 additions and 8 deletions

View File

@@ -220,7 +220,7 @@ async def test_auth_close_after_revoke(
hass.auth.async_remove_refresh_token(refresh_token)
msg = await websocket_client.receive()
assert msg.type == aiohttp.WSMsgType.CLOSE
assert msg.type == aiohttp.WSMsgType.CLOSED
assert websocket_client.closed