diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-19 11:00:29 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-24 18:36:49 +0100 |
commit | a44a90d1b181b92a8d7e85a7c945518ed2bca38b (patch) | |
tree | 30cd4165c211cd992a8b69c7f3a3087732cea8c3 /it/it-tests | |
parent | cb1bf8f96e441de011ad58f6495049933a9dbace (diff) | |
download | sonarqube-a44a90d1b181b92a8d7e85a7c945518ed2bca38b.tar.gz sonarqube-a44a90d1b181b92a8d7e85a7c945518ed2bca38b.zip |
SONAR-8684 Remove Java classes related to rails
Diffstat (limited to 'it/it-tests')
-rw-r--r-- | it/it-tests/src/test/java/it/serverSystem/HttpHeadersTest.java | 9 |
1 files changed, 0 insertions, 9 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 6fe66ea94bc..c822340cbfb 100644 --- a/it/it-tests/src/test/java/it/serverSystem/HttpHeadersTest.java +++ b/it/it-tests/src/test/java/it/serverSystem/HttpHeadersTest.java @@ -68,15 +68,6 @@ public class HttpHeadersTest { } @Test - public void verify_headers_of_ruby_ws() throws Exception { - Response response = call(orchestrator.getServer().getUrl() + "/api/projects/index"); - - verifySecurityHeaders(response); - verifyContentType(response, "application/json;charset=utf-8"); - assertNoCacheInBrowser(response); - } - - @Test public void verify_headers_of_images() throws Exception { Response response = call(orchestrator.getServer().getUrl() + "/images/logo.svg"); |