From 17944d492c7b0a28150f9583c2ac0a3b0d554a51 Mon Sep 17 00:00:00 2001 From: Xiaxuan Gao Date: Wed, 6 Nov 2024 14:06:56 -0800 Subject: [PATCH] remove comments --- .../java/org/apache/helix/rest/client/TestCustomRestClient.java | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-rest/src/test/java/org/apache/helix/rest/client/TestCustomRestClient.java b/helix-rest/src/test/java/org/apache/helix/rest/client/TestCustomRestClient.java index 0dac3834ea..3d81dc432a 100644 --- a/helix-rest/src/test/java/org/apache/helix/rest/client/TestCustomRestClient.java +++ b/helix-rest/src/test/java/org/apache/helix/rest/client/TestCustomRestClient.java @@ -175,7 +175,6 @@ public void testPostRequestFormat() throws IOException { @Test (description = "Validate if the post request has memory leak or no") public void testMultiplePost() throws IOException { // a popular echo server that echos all the inputs - // TODO: add a mock rest server final String echoServer = "https://httpbin.org/redirect-to?url=http://httpbin.org/post"; HttpClientBuilder httpClientBuilder = HttpClients.custom() .evictExpiredConnections()