Skip to content

Commit bebd324

Browse files
Update Lib/test/test_httplib.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 9da4733 commit bebd324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_httplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ def test_host_port(self):
20742074
def test_tls13_pha(self):
20752075
import ssl
20762076
if not ssl.HAS_TLSv1_3 or not ssl.HAS_PHA:
2077-
self.skipTest('TLS 1.3 post-handshake auth (PHA) support required')
2077+
self.skipTest('TLS 1.3 PHA support required')
20782078
# just check status of PHA flag
20792079
h = client.HTTPSConnection('localhost', 443)
20802080
self.assertTrue(h._context.post_handshake_auth)

0 commit comments

Comments
 (0)