File tree Expand file tree Collapse file tree
databend-jdbc/src/test/java/com/databend/jdbc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -251,13 +251,13 @@ public void TestSetSchema() throws SQLException {
251251 }
252252
253253 @ Test (groups = "IT" )
254- public void TestSetSessionSettings () throws SQLException {
254+ public void TestSetSessionSettings () throws SQLException {
255255 Properties props = new Properties ();
256256 // set session settings
257257 props .setProperty ("session_settings" , "key1=value1,key2=value2" );
258- props .setProperty ("user" ,"databend" );
259- props .setProperty ("password" ,"databend" );
260- DatabendConnection connection = (DatabendConnection ) Utils .createConnection ("default" ,props );
258+ props .setProperty ("user" , "databend" );
259+ props .setProperty ("password" , "databend" );
260+ DatabendConnection connection = (DatabendConnection ) Utils .createConnection ("default" , props );
261261 try {
262262 Statement statement = connection .createStatement ();
263263 statement .execute ("show settings" );
You can’t perform that action at this time.
0 commit comments