Skip to content

Commit 3446a97

Browse files
committed
[JAVA-44311]
1 parent 11c5127 commit 3446a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-java-modules/core-java-11/src/test/java/com/baeldung/java11/httpclient/test/HttpClientUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void shouldNotFollowRedirectWhenSetToDefaultNever() throws IOException, I
7070
@Test
7171
public void shouldFollowRedirectWhenSetToAlways() throws IOException, InterruptedException, URISyntaxException {
7272
HttpRequest request = HttpRequest.newBuilder()
73-
.uri(new URI("http://stackoverflow.com/questions"))
73+
.uri(new URI("http://stackoverflow.com"))
7474
.version(HttpClient.Version.HTTP_1_1)
7575
.GET()
7676
.build();

0 commit comments

Comments
 (0)