Skip to content

Commit

Permalink
Updates microprofile test.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
  • Loading branch information
spericas committed Feb 19, 2025
1 parent 4669144 commit 98425f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ void testGetBadHeader(WebTarget target) {
.header(BAD_HOST_HEADER)
.request(String.class);
assertThat(response.status(), is(Status.BAD_REQUEST_400));
assertThat(response.entity(), is("Invalid port of the host header: 808a"));
}

@Path("/")
Expand Down

0 comments on commit 98425f3

Please sign in to comment.