Skip to content

Commit

Permalink
errorprone
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Oct 19, 2023
1 parent 2732c3b commit 17b818a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ void shouldExtractServerAddressAndPortFromForwardedHeader() {
}

@Test
void shouldExtractServerAddressAndPortFromXForwardedHostHeader() {
void shouldExtractServerAddressAndPortFromForwardedHostHeader() {
Map<String, String> request = new HashMap<>();
request.put("header.x-forwarded-host", "opentelemetry.io:987");
request.put("header.host", "github.com:123");
Expand Down

0 comments on commit 17b818a

Please sign in to comment.