Skip to content

Commit c67a7aa

Browse files
committed
fix
1 parent fc8d92e commit c67a7aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clickhouse-http-client/src/test/java/com/clickhouse/client/http/ClickHouseHttpClientTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ private void testUserAgent(ClickHouseOption option, String optionValue) throws E
150150
String uuid = UUID.randomUUID().toString();
151151
String queryId = UUID.randomUUID().toString();
152152
try (ClickHouseClient client = getClient();
153+
// should be closed
153154
ClickHouseResponse response = newRequest(client, server)
154155
.option(option, optionValue)
155156
.query(ClickHouseParameterizedQuery.of(client.getConfig(), sql), queryId)

0 commit comments

Comments
 (0)