From b537c53104fe0b3b4dd0b36237a908a5d8fcfbd1 Mon Sep 17 00:00:00 2001 From: filimonov <1549571+filimonov@users.noreply.github.com> Date: Tue, 12 Apr 2022 18:27:52 +0200 Subject: [PATCH] change the extrernal host used by ssl tests --- ut/ssl_ut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ut/ssl_ut.cpp b/ut/ssl_ut.cpp index 92cc5bfc..414824bd 100644 --- a/ut/ssl_ut.cpp +++ b/ut/ssl_ut.cpp @@ -55,7 +55,7 @@ INSTANTIATE_TEST_SUITE_P( const auto ClickHouseExplorerConfig = ClientOptions() - .SetHost( getEnvOrDefault("CLICKHOUSE_SECURE2_HOST", "gh-api.clickhouse.tech")) + .SetHost( getEnvOrDefault("CLICKHOUSE_SECURE2_HOST", "play.clickhouse.com")) .SetPort( getEnvOrDefault("CLICKHOUSE_SECURE2_PORT", "9440")) .SetUser( getEnvOrDefault("CLICKHOUSE_SECURE2_USER", "explorer")) .SetPassword( getEnvOrDefault("CLICKHOUSE_SECURE2_PASSWORD", ""))