Skip to content

Commit 74001a2

Browse files
committed
Update env variables
1 parent a049568 commit 74001a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flink-connector-clickhouse-base/src/test/java/org/apache/flink/connector/test/embedded/clickhouse/ClickHouseServerForTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public class ClickHouseServerForTests {
3030

3131
public static void initConfiguration() {
3232
if (isCloud) {
33-
host = System.getenv("CLICKHOUSE_CLOUD_HOST");
34-
port = Integer.parseInt(System.getenv("CLICKHOUSE_CLOUD_PORT"));
33+
host = System.getenv("INTEGRATIONS_TEAM_TESTS_CLOUD_HOST_SMT");
34+
port = Integer.parseInt(System.getenv("INTEGRATIONS_TEAM_TESTS_CLOUD_PASSWORD_SMT"));
3535
database = System.getenv("CLICKHOUSE_DATABASE");
3636
username = System.getenv("CLICKHOUSE_USERNAME");
3737
password = System.getenv("CLICKHOUSE_PASSWORD");

0 commit comments

Comments
 (0)