Skip to content

Commit

Permalink
revert wrongly added test in adobe#433
Browse files Browse the repository at this point in the history
  • Loading branch information
andresbott committed Dec 18, 2023
1 parent 48f414f commit 9cfc6bb
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9cfc6bb

Please sign in to comment.