We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da4733 commit bebd324Copy full SHA for bebd324
Lib/test/test_httplib.py
@@ -2074,7 +2074,7 @@ def test_host_port(self):
2074
def test_tls13_pha(self):
2075
import ssl
2076
if not ssl.HAS_TLSv1_3 or not ssl.HAS_PHA:
2077
- self.skipTest('TLS 1.3 post-handshake auth (PHA) support required')
+ self.skipTest('TLS 1.3 PHA support required')
2078
# just check status of PHA flag
2079
h = client.HTTPSConnection('localhost', 443)
2080
self.assertTrue(h._context.post_handshake_auth)
0 commit comments