diff --git a/it.tests/src/main/java/com/adobe/aem/guides/wknd/it/tests/GetPageIT.java b/it.tests/src/main/java/com/adobe/aem/guides/wknd/it/tests/GetPageIT.java index 72e088f1ef..88bcba6341 100644 --- a/it.tests/src/main/java/com/adobe/aem/guides/wknd/it/tests/GetPageIT.java +++ b/it.tests/src/main/java/com/adobe/aem/guides/wknd/it/tests/GetPageIT.java @@ -19,11 +19,8 @@ import com.adobe.cq.testing.junit.rules.CQAuthorPublishClassRule; import com.adobe.cq.testing.junit.rules.CQRule; import org.apache.sling.testing.clients.ClientException; -import org.apache.sling.testing.clients.SlingHttpResponse; import org.junit.*; -import static org.junit.Assert.assertEquals; - /** * Test that some paths exist out-of-the-box on the author service. This test @@ -69,12 +66,6 @@ public static void beforeClass() throws ClientException { public void testHomePageAuthor() throws ClientException { adminAuthor.doGet("/", 200); } - @Test - public void testHomePagePub() throws ClientException { - SlingHttpResponse response = adminPublish.doGet("/", 200); - - assertEquals(response.getSlingStatusAsInt(), 200); - } /** * Verifies that the sites console exists on author