We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01a30e commit b4596fcCopy full SHA for b4596fc
client-v2/src/test/java/com/clickhouse/client/HttpTransportTests.java
@@ -1013,7 +1013,7 @@ public void testJWTWithCloud() throws Exception {
1013
if (!isCloud()) {
1014
return; // only for cloud
1015
}
1016
- String jwt = System.getenv("CLIENT_JWT");
+ String jwt = System.getenv("INTEGRATIONS_TEAM_TESTS_CLOUD_JWT_DESERT_VM_43");
1017
try (Client client = newClient().useBearerTokenAuth(jwt).build()) {
1018
try {
1019
List<GenericRecord> response = client.queryAll("SELECT user(), now()");
0 commit comments