Skip to content

Commit 931eb9e

Browse files
committed
fix
1 parent 2db1449 commit 931eb9e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

clickhouse-client/src/test/java/com/clickhouse/client/ClickHouseServerForTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ public static boolean runQuery(String sql) {
406406
try {
407407
URL serverURL = new URL(uri);
408408
LOGGER.info("sending request to {} (uri={})", serverURL, uri);
409-
sql = "SELECT 1";
410409
byte[] postData = sql.getBytes(StandardCharsets.UTF_8);
411410
for (int attempts = 0; attempts < 10; attempts++) {
412411
HttpURLConnection httpConn = (HttpURLConnection) serverURL.openConnection();

0 commit comments

Comments
 (0)