xianjingfeng commented on code in PR #938:
URL: https://github.com/apache/incubator-uniffle/pull/938#discussion_r1229437421
##########
integration-test/common/src/test/java/org/apache/uniffle/test/ServletTest.java:
##########
@@ -48,13 +56,24 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
+import static org.junit.jupiter.api.Assertions.assertTrue;
public class ServletTest extends IntegrationTestBase {
+
private static final String URL_PREFIX = "http://127.0.0.1:12345/api/";
- private static final String NODES_URL = URL_PREFIX + "server/nodes";
+
+ private static final String NODES_URL = URL_PREFIX +
"server/nodes/getActive";
+
Review Comment:
Could you delete the blank lines?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]