Skip to content

Commit b2e5da9

Browse files
authored
Merge pull request ClickHouse#170 from ClickHouse/filimonov-ssl_ut-test
change the extrernal host used by ssl tests
2 parents a85a982 + b537c53 commit b2e5da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ut/ssl_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ INSTANTIATE_TEST_SUITE_P(
5555

5656

5757
const auto ClickHouseExplorerConfig = ClientOptions()
58-
.SetHost( getEnvOrDefault("CLICKHOUSE_SECURE2_HOST", "gh-api.clickhouse.tech"))
58+
.SetHost( getEnvOrDefault("CLICKHOUSE_SECURE2_HOST", "play.clickhouse.com"))
5959
.SetPort( getEnvOrDefault<size_t>("CLICKHOUSE_SECURE2_PORT", "9440"))
6060
.SetUser( getEnvOrDefault("CLICKHOUSE_SECURE2_USER", "explorer"))
6161
.SetPassword( getEnvOrDefault("CLICKHOUSE_SECURE2_PASSWORD", ""))

0 commit comments

Comments
 (0)