]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9802 remove TODO in ClusterTest
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 25 Sep 2017 20:11:47 +0000 (22:11 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 26 Sep 2017 21:49:38 +0000 (23:49 +0200)
tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java

index 9ddde1ac32dca4421eaaf26c06ec1ef832a6ae19..ea5069f5ece7a6e2618ef1335355ec23a0f6feeb 100644 (file)
@@ -125,7 +125,6 @@ public class ClusterTest {
         .filter(n -> n.getPort() == node.getConfig().getHzPort())
         .findFirst()
         .orElseThrow(() -> new IllegalStateException("Node with port " + node.getConfig().getHzPort() + " not found in api/system/health"));
-      // TODO assertions to be improved
       assertThat(healthNode.getStartedAt()).isNotEmpty();
       assertThat(healthNode.getHost()).isNotEmpty();
       assertThat(healthNode.getCausesCount()).isEqualTo(0);