]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5244 - fix count of actions in WS Test
authorStephane Gamard <stephane.gamard@searchbox.com>
Fri, 30 May 2014 17:11:20 +0000 (19:11 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Fri, 30 May 2014 17:11:20 +0000 (19:11 +0200)
sonar-server/src/test/java/org/sonar/server/qualityprofile/ws/QProfilesWsTest.java

index fd8b514b577e7613cd2af4b4890fe7a5422c70dc..c51e641d40ba63490debb5aeefa7822cce3d75a5 100644 (file)
@@ -52,7 +52,7 @@ public class QProfilesWsTest {
     assertThat(controller).isNotNull();
     assertThat(controller.path()).isEqualTo(QProfilesWs.API_ENDPOINT);
     assertThat(controller.description()).isNotEmpty();
-    assertThat(controller.actions()).hasSize(5);
+    assertThat(controller.actions()).hasSize(6);
   }
 
   @Test