aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-01-19 08:59:35 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-01-24 18:36:48 +0100
commit8a95ac00fd47158f20676c27c90c613d45b9aede (patch)
tree732daabdd4e2cbb99f3735ab6fddaebd383740c6 /it
parentbe3c44f0e5ee70717fe8ab1c7d7c20c29ed82975 (diff)
downloadsonarqube-8a95ac00fd47158f20676c27c90c613d45b9aede.tar.gz
sonarqube-8a95ac00fd47158f20676c27c90c613d45b9aede.zip
SONAR-7303 Delete WS api/resources/search
This is an internal WS, the action is completely removed
Diffstat (limited to 'it')
-rw-r--r--it/it-tests/src/test/java/it/serverSystem/HttpHeadersTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/it/it-tests/src/test/java/it/serverSystem/HttpHeadersTest.java b/it/it-tests/src/test/java/it/serverSystem/HttpHeadersTest.java
index 02f362bbfdf..6fe66ea94bc 100644
--- a/it/it-tests/src/test/java/it/serverSystem/HttpHeadersTest.java
+++ b/it/it-tests/src/test/java/it/serverSystem/HttpHeadersTest.java
@@ -69,7 +69,7 @@ public class HttpHeadersTest {
@Test
public void verify_headers_of_ruby_ws() throws Exception {
- Response response = call(orchestrator.getServer().getUrl() + "/api/resources/search");
+ Response response = call(orchestrator.getServer().getUrl() + "/api/projects/index");
verifySecurityHeaders(response);
verifyContentType(response, "application/json;charset=utf-8");