Skip to content

Commit b4596fc

Browse files
committed
replaced JWT token variable
1 parent f01a30e commit b4596fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-v2/src/test/java/com/clickhouse/client/HttpTransportTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ public void testJWTWithCloud() throws Exception {
10131013
if (!isCloud()) {
10141014
return; // only for cloud
10151015
}
1016-
String jwt = System.getenv("CLIENT_JWT");
1016+
String jwt = System.getenv("INTEGRATIONS_TEAM_TESTS_CLOUD_JWT_DESERT_VM_43");
10171017
try (Client client = newClient().useBearerTokenAuth(jwt).build()) {
10181018
try {
10191019
List<GenericRecord> response = client.queryAll("SELECT user(), now()");

0 commit comments

Comments
 (0)