Update test.py

This commit is contained in:
Sema Checherinda 2022-08-09 12:50:28 +02:00 committed by GitHub
parent 070a39543b
commit d5c7cd0ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import sys
import grpc
from helpers.cluster import ClickHouseCluster, run_and_check
# The test cluster is configured with certificate for that host name, see 'server-cert.pem'.
# The test cluster is configured with certificate for that host name, see 'server-ext.cnf'.
# The client have to verify server certificate against that name. Client uses SNI
SSL_HOST = "integration-tests.clickhouse.com"
GRPC_PORT = 9100