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
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue