Skip to content

Commit

Permalink
Update tests/test_client_functional.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 11, 2024
1 parent 1fd6fc5 commit d844388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_client_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ async def test_ssl_client_alpn(
) -> None:

async def handler(request: web.Request) -> web.Response:
assert request.transport is not None
sslobj = request.transport.get_extra_info("ssl_object")
return web.Response(text=sslobj.selected_alpn_protocol())

Expand Down

0 comments on commit d844388

Please sign in to comment.