File tree 1 file changed +0
-5
lines changed
src/test/java/net/snowflake/client
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 6
6
import static org .hamcrest .MatcherAssert .assertThat ;
7
7
8
8
import com .google .common .base .Strings ;
9
- import net .snowflake .client .core .auth .AuthenticatorType ;
10
-
11
9
import java .net .URISyntaxException ;
12
10
import java .net .URL ;
13
11
import java .nio .file .Paths ;
@@ -325,9 +323,6 @@ public static Connection getConnection(
325
323
326
324
properties .put ("internal" , Boolean .TRUE .toString ()); // TODO: do we need this?
327
325
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=" );
331
326
332
327
if (injectSocketTimeout > 0 ) {
333
328
properties .put ("injectSocketTimeout" , String .valueOf (injectSocketTimeout ));
You can’t perform that action at this time.
0 commit comments