From 9cfc6bb3fea7477a099bb65fff19b2ba42081d93 Mon Sep 17 00:00:00 2001 From: Andres Bott Date: Mon, 18 Dec 2023 16:13:24 +0100 Subject: [PATCH] revert wrongly added test in #433 --- .../com/adobe/aem/guides/wknd/it/tests/GetPageIT.java | 9 --------- 1 file changed, 9 deletions(-) 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