mirror of
https://github.com/home-assistant/core.git
synced 2025-12-01 13:38:03 +00:00
Bump aiohttp to 3.9.3 (#109025)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user