Skip to content

Commit

Permalink
Update test_proxy_functional.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jul 2, 2023
1 parent 564a55a commit 4a2db4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_proxy_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ async def test_https_proxy_unsupported_tls_in_tls(
"This support for TLS in TLS is known to be disabled "
r"in the stdlib asyncio\. This is why you'll probably see "
r"an error in the log below\.\n\n"
"It is possible to enable it via monkeypatching under "
r"Python 3\.7 or higher\. For more details, see:\n"
"It is possible to enable it via monkeypatching\. "
r"For more details, see:\n"
r"\* https://bugs\.python\.org/issue37179\n"
r"\* https://github\.com/python/cpython/pull/28073\n\n"
r"You can temporarily patch this as follows:\n"
Expand Down

0 comments on commit 4a2db4b

Please sign in to comment.