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 c3b1fda
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, 2024 Oracle and/or its affiliates.
* Copyright (c) 2021, 2025 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down 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 c3b1fda

Please sign in to comment.