Skip to content

Commit

Permalink
Fix HydraEmbeddedServletContainerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Jan 4, 2025
1 parent 28b0ce1 commit e0f6f56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void shouldHandleIpv6ForwardedHostWithoutPort() {

HydraEmbeddedServletContainer.Result result = parseRequest(request);

assertThat(result.originalPort()).isEqualTo(80);
assertThat(result.originalPort()).isEqualTo(-1);
assertThat(result.forwardedHost()).isEqualTo("[2001:db8:85a3:8d3:1319:8a2e:370:7348]");
}

Expand Down

0 comments on commit e0f6f56

Please sign in to comment.