]> source.dussan.org Git - sonarqube.git/commitdiff
Fix ServerSystemTest
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 5 Apr 2016 09:21:39 +0000 (11:21 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 5 Apr 2016 09:21:39 +0000 (11:21 +0200)
it/it-tests/src/test/java/it/serverSystem/ServerSystemTest.java

index b9b97ec6d190201da64825c799f764c41c46ee6b..d20dbefedc8f0d5bbff3775a6cfca851b7e62711 100644 (file)
@@ -106,7 +106,7 @@ public class ServerSystemTest {
     assertThat(response.code()).isEqualTo(200);
     assertThat(response.content()).contains(
       "\"Compute Engine Database Connection\":", "\"Compute Engine State\":", "\"Compute Engine Tasks\":",
-      "\"Elasticsearch\":", "\"State\":\"GREEN\"", "\"Elasticsearch State\"");
+      "\"Elasticsearch\":", "\"State\":\"GREEN\"");
   }
 
   private static void waitForComputeEngineToBeUp(Orchestrator orchestrator) throws IOException {