Update tests/integration/test_tlsv1_3/test.py

fix comment

Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
This commit is contained in:
Sema Checherinda 2022-08-09 12:48:31 +02:00 committed by GitHub
parent 4956e9dc49
commit 070a39543b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ import os.path
# The test cluster is configured with certificate for that host name, see 'server-cert.pem'.
# The client have to verify server certificate against that name. Client uses SNI
# The client has to verify server certificate against that name. Client uses SNI
SSL_HOST = "integration-tests.clickhouse.com"
HTTPS_PORT = 8443
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))