Skip to content

Commit

Permalink
Merge branch 'sprint-dynapi-2022-feb-staging' of github.com:vivo-proj…
Browse files Browse the repository at this point in the history
…ect/Vitro into servlet-path
  • Loading branch information
William Welling committed Mar 4, 2022
2 parents d5eddd1 + 70b2586 commit ae63af2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import org.mockito.MockedStatic;

@RunWith(Parameterized.class)
public class RPCEndpointIT extends ServletContextIT {
public class RPCEndpointITest extends ServletContextITest {

private final static String URI_BASE = "http://localhost:8080" + RPC_SERVLET_PATH;

Expand Down Expand Up @@ -181,7 +181,7 @@ public static Collection<Object[]> requests() throws MalformedURLException, NoSu
String emailIsGood = "example@localhost";

Method[] before = new Method[] {
RPCEndpointIT.class.getDeclaredMethod("mockSparqlResponseEmptySuccess")
RPCEndpointITest.class.getDeclaredMethod("mockSparqlResponseEmptySuccess")
};

return Arrays.asList(new Object[][] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import javax.servlet.http.HttpServletResponse;

public abstract class ServletContextIT extends ServletContextTest {
public abstract class ServletContextITest extends ServletContextTest {

protected Map<String, String[]> parameterMap;

Expand Down

0 comments on commit ae63af2

Please sign in to comment.