]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43921: Cleanup test_ssl.test_wrong_cert_tls13() (GH-26520)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Jun 2021 20:12:31 +0000 (22:12 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jun 2021 20:12:31 +0000 (22:12 +0200)
commit5c2191df9a21a3b3d49dd0711b8d2b92591ce82b
treebc4cfb5221d166785e09394782eb6bfca9bf00f4
parentf3491242e41933aa9529add7102edb68b80a25e9
bpo-43921: Cleanup test_ssl.test_wrong_cert_tls13() (GH-26520)

Don't catch OSError, and check the SSLError message.
Lib/test/test_ssl.py