From d63db861760820173b747d34ca823921d8848661 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Tue, 16 May 2023 17:23:27 +0100 Subject: [PATCH] Update test_client_functional.py --- tests/test_client_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client_functional.py b/tests/test_client_functional.py index ec045f82feb..81a80eca677 100644 --- a/tests/test_client_functional.py +++ b/tests/test_client_functional.py @@ -3034,7 +3034,7 @@ async def handler(request): await resp.read() -async def test_timeout_with_full_buffer(aiohttp_client: Any) -> None: +async def test_timeout_with_full_buffer(aiohttp_client) -> None: async def handler(request): """Server response that never ends and always has more data available.""" resp = web.StreamResponse()