Skip to content

Commit d57e956

Browse files
authored
revert wrongly added test in #433 (#436)
1 parent 48f414f commit d57e956

File tree

1 file changed

+0
-9
lines changed
  • it.tests/src/main/java/com/adobe/aem/guides/wknd/it/tests

1 file changed

+0
-9
lines changed

it.tests/src/main/java/com/adobe/aem/guides/wknd/it/tests/GetPageIT.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@
1919
import com.adobe.cq.testing.junit.rules.CQAuthorPublishClassRule;
2020
import com.adobe.cq.testing.junit.rules.CQRule;
2121
import org.apache.sling.testing.clients.ClientException;
22-
import org.apache.sling.testing.clients.SlingHttpResponse;
2322
import org.junit.*;
2423

25-
import static org.junit.Assert.assertEquals;
26-
2724

2825
/**
2926
* 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 {
6966
public void testHomePageAuthor() throws ClientException {
7067
adminAuthor.doGet("/", 200);
7168
}
72-
@Test
73-
public void testHomePagePub() throws ClientException {
74-
SlingHttpResponse response = adminPublish.doGet("/", 200);
75-
76-
assertEquals(response.getSlingStatusAsInt(), 200);
77-
}
7869

7970
/**
8071
* Verifies that the sites console exists on author

0 commit comments

Comments
 (0)