diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-19 08:59:35 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-24 18:36:48 +0100 |
commit | 8a95ac00fd47158f20676c27c90c613d45b9aede (patch) | |
tree | 732daabdd4e2cbb99f3735ab6fddaebd383740c6 /it | |
parent | be3c44f0e5ee70717fe8ab1c7d7c20c29ed82975 (diff) | |
download | sonarqube-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.java | 2 |
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"); |