This commit is contained in:
J. Nick Koston 2024-02-16 17:47:07 -06:00
parent 626d70d2e9
commit 7a8589b1de
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -460,6 +460,7 @@ async def test_finish_connection_times_out(
("exception_map"),
[
(OSError("Socket error"), HandshakeAPIError),
(APIConnectionError, APIConnectionError),
(asyncio.TimeoutError, TimeoutAPIError),
(asyncio.CancelledError, APIConnectionError),
],