Skip to content

Commit 90ee2a9

Browse files
committed
Removing unneeded comment from tests.
1 parent e3f7aa3 commit 90ee2a9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_asyncio/test_connect.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ async def test_tcp_ssl_tls12_custom_ciphers(tcp_address, ssl_ciphers):
6464

6565
server_certs = get_tls_certificates(cert_type=CertificateType.server)
6666

67-
# ssl_check_hostname=False is used to avoid hostname verification
68-
# in the test environment, where the server certificate is self-signed
69-
# and does not match the hostname.
70-
# In production code, ssl_check_hostname should be set to True
71-
# to ensure proper hostname verification.
7267
conn = SSLConnection(
7368
host=host,
7469
port=port,

0 commit comments

Comments
 (0)