Skip to content

Commit b7fc4bc

Browse files
committed
Polishing contribution
Closes gh-33716
1 parent 657e002 commit b7fc4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/test/java/org/springframework/http/HttpHeadersTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ void ipv6Host() {
213213
assertThat(headers.getFirst("Host")).as("Invalid Host header").isEqualTo("[::1]");
214214
}
215215

216-
@Test
216+
@Test // gh-33716
217217
void hostDeletion() {
218218
InetSocketAddress host = InetSocketAddress.createUnresolved("localhost", 8080);
219219
headers.setHost(host);

0 commit comments

Comments
 (0)