File tree Expand file tree Collapse file tree
src/test/java/com/databricks/jdbc/auth Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ public void testGetConnectionSocketFactoryRegistryWithSelfSignedCerts()
9292 when (mockContext .allowSelfSignedCerts ()).thenReturn (true );
9393
9494 Registry <ConnectionSocketFactory > registry =
95- ConfiguratorUtils .getConnectionSocketFactoryRegistry (mockContext );
95+ ConfiguratorUtils .createConnectionSocketFactoryRegistry (mockContext );
9696
9797 assertNotNull (registry , "Socket factory registry should not be null" );
9898 }
@@ -107,7 +107,7 @@ public void testGetConnectionSocketFactoryRegistryWithSystemTrustStore() {
107107
108108 try {
109109 Registry <ConnectionSocketFactory > registry =
110- ConfiguratorUtils .getConnectionSocketFactoryRegistry (mockContext );
110+ ConfiguratorUtils .createConnectionSocketFactoryRegistry (mockContext );
111111
112112 assertNotNull (registry , "Socket factory registry should not be null" );
113113 } catch (Exception e ) {
You can’t perform that action at this time.
0 commit comments