From 4acd8df5d2721447a9bd0a4edaa326fcd09613a4 Mon Sep 17 00:00:00 2001 From: Dawid Heyman Date: Tue, 3 Dec 2024 07:51:11 +0100 Subject: [PATCH] refactored --- src/test/java/net/snowflake/client/AbstractDriverIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/net/snowflake/client/AbstractDriverIT.java b/src/test/java/net/snowflake/client/AbstractDriverIT.java index 113fedeee..db2c21901 100644 --- a/src/test/java/net/snowflake/client/AbstractDriverIT.java +++ b/src/test/java/net/snowflake/client/AbstractDriverIT.java @@ -325,8 +325,6 @@ public static Connection getConnection( properties.put("internal", Boolean.TRUE.toString()); // TODO: do we need this? properties.put("insecureMode", false); // use OCSP for all tests. properties.put("authenticator", AuthenticatorType.OAUTH_AUTHORIZATION_CODE_FLOW.name()); - properties.put("clientId", "IJF3fOhk3Ap614HGkKFt9+Ow1LA="); - properties.put("clientSecret", "kX0l9bGGLnuLkByufjUeSG0OLoi2Hz/Nw/31pKXqpE4="); if (injectSocketTimeout > 0) { properties.put("injectSocketTimeout", String.valueOf(injectSocketTimeout));