Skip to content

Commit

Permalink
Update Lib/test/test_httplib.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bénédikt Tran <[email protected]>
  • Loading branch information
WillChilds-Klein and picnixz authored Dec 17, 2024
1 parent 9da4733 commit bebd324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_httplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ def test_host_port(self):
def test_tls13_pha(self):
import ssl
if not ssl.HAS_TLSv1_3 or not ssl.HAS_PHA:
self.skipTest('TLS 1.3 post-handshake auth (PHA) support required')
self.skipTest('TLS 1.3 PHA support required')
# just check status of PHA flag
h = client.HTTPSConnection('localhost', 443)
self.assertTrue(h._context.post_handshake_auth)
Expand Down

0 comments on commit bebd324

Please sign in to comment.