]> source.dussan.org Git - sonarqube.git/commitdiff
Fix renamed field in test
authorJanos Gyerik <janos.gyerik@sonarsource.com>
Tue, 12 Sep 2017 09:23:42 +0000 (11:23 +0200)
committerJanos Gyerik <janos.gyerik@sonarsource.com>
Tue, 12 Sep 2017 09:34:59 +0000 (11:34 +0200)
server/sonar-server/src/test/java/org/sonar/server/project/ws/GhostsActionTest.java

index 951b76a0f1a44e799d8b2cab798daad7d6de9fa2..49b8eb607b5f65be75356decdcbd31969d40be08 100644 (file)
@@ -198,7 +198,7 @@ public class GhostsActionTest {
     ComponentDto ghostBranchProject = db.components().insertProjectBranch(ghostProject);
     userSessionRule.logIn().addPermission(ADMINISTER, organization);
 
-    TestResponse result = underTest.newRequest()
+    TestResponse result = ws.newRequest()
       .setParam("organization", organization.getKey())
       .execute();