Skip to content

Commit ffc7854

Browse files
committed
Fix checkstyle error
1 parent 6e2fbfe commit ffc7854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/test/java/org/springframework/http/client/JdkClientHttpRequestTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void futureCancelled() {
8181
}
8282

8383
private JdkClientHttpRequest createRequest(Duration timeout) {
84-
return new JdkClientHttpRequest(client, URI.create("http://abc.com"), HttpMethod.GET, executor, timeout);
84+
return new JdkClientHttpRequest(client, URI.create("https://abc.com"), HttpMethod.GET, executor, timeout);
8585
}
8686

8787
}

0 commit comments

Comments
 (0)