Skip to content

Commit

Permalink
Update test_client_functional.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored May 16, 2023
1 parent 5359a0a commit d63db86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d63db86

Please sign in to comment.