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 441e836 commit be6b4c2Copy full SHA for be6b4c2
1 file changed
jdbc-v2/src/test/java/com/clickhouse/jdbc/ConnectionTest.java
@@ -921,7 +921,7 @@ public void testJWTWithCloud() throws Exception {
921
Properties properties = new Properties();
922
properties.put(ClientConfigProperties.ACCESS_TOKEN.getKey(), jwt);
923
properties.put(ClientConfigProperties.USER.getKey(), "default");
924
- properties.put(ClientConfigProperties.HTTP_USE_BASIC_AUTH, false);
+ properties.put(ClientConfigProperties.HTTP_USE_BASIC_AUTH.getKey(), false);
925
properties.put(ClientConfigProperties.DATABASE.getKey(), getDatabase());
926
927
try (Connection conn = new ConnectionImpl(getEndpointString(), properties)) {
0 commit comments