Skip to content

Commit 74bfcd6

Browse files
a
1 parent 31f49a2 commit 74bfcd6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/net/snowflake/client/AbstractDriverIT.java

-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
import static org.hamcrest.MatcherAssert.assertThat;
77

88
import com.google.common.base.Strings;
9-
import net.snowflake.client.core.auth.AuthenticatorType;
10-
119
import java.net.URISyntaxException;
1210
import java.net.URL;
1311
import java.nio.file.Paths;
@@ -325,9 +323,6 @@ public static Connection getConnection(
325323

326324
properties.put("internal", Boolean.TRUE.toString()); // TODO: do we need this?
327325
properties.put("insecureMode", false); // use OCSP for all tests.
328-
properties.put("authenticator", AuthenticatorType.OAUTH_AUTHORIZATION_CODE.name());
329-
properties.put("clientId", "7OzooWhpANGyx2iFP5HXT+MHHQQ=");
330-
properties.put("clientSecret", "OaREx83EFOV5xB5m1LbCXQi+oTKpNz/qIumM8M0s6xA=");
331326

332327
if (injectSocketTimeout > 0) {
333328
properties.put("injectSocketTimeout", String.valueOf(injectSocketTimeout));

0 commit comments

Comments
 (0)