Skip to content

Commit

Permalink
Updated links and paths-quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-burch committed Jul 31, 2023
1 parent 81080e0 commit 2c522cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void getHTMLOverviewOld() throws Exception {
header.setAccept("html");
get.getRequest().setHeader(header);
assertEquals( RETURN, interceptor.handleRequest(get));
assertTrue(get.getResponse().getBodyAsStringDecoded().contains("<a href=\"" + uiOld + "/servers-1-api-v1-0\">Servers 1 API</a>"));
assertTrue(get.getResponse().getBodyAsStringDecoded().contains("<a href=\"" + OpenAPIPublisherInterceptor.PATH_UI + "/servers-1-api-v1-0\">Servers 1 API</a>"));
}

@Test
Expand Down

0 comments on commit 2c522cb

Please sign in to comment.