mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix checkstyle error
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ class JdkClientHttpRequestTests {
|
||||
}
|
||||
|
||||
private JdkClientHttpRequest createRequest(Duration timeout) {
|
||||
return new JdkClientHttpRequest(client, URI.create("http://abc.com"), HttpMethod.GET, executor, timeout);
|
||||
return new JdkClientHttpRequest(client, URI.create("https://abc.com"), HttpMethod.GET, executor, timeout);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user