Skip to content

Commit e062e8c

Browse files
committed
changes post merge
1 parent 070e760 commit e062e8c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/test/java/com/databricks/client/jdbc/SSLTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,6 @@ public void testWithCustomTrustStore() {
385385
for (boolean thrift : new boolean[] {true, false}) {
386386
String url = buildJdbcUrl(thrift, true, false, false, false, true);
387387
url += ";LogLevel=TRACE;";
388-
// Explicitly set the trust store type
389-
url += "SSLTrustStoreType=JKS;";
390388

391389
try {
392390
// Try connecting with custom trust store
@@ -566,7 +564,6 @@ public void testNoCustomTrustStoreWithUseSystemTrustStoreFalse() {
566564
// is provided, the connection still works (falls back to JDK default trust store)
567565
for (boolean thrift : new boolean[] {true, false}) {
568566
String url = buildJdbcUrl(thrift, false, false, false, false, false);
569-
url += ";UseSystemTrustStore=0;"; // Explicitly set to false
570567

571568
try {
572569
LOGGER.info(

0 commit comments

Comments
 (0)