Skip to content

Commit 3a4edee

Browse files
author
eugenp
committed
http client examples cleanup
1 parent 1ea85b4 commit 3a4edee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

httpclient/src/test/java/org/baeldung/mockito/HttpClientLiveTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public final void after() throws IllegalStateException, IOException {
6363

6464
@Test
6565
public final void whenExecutingBasicGetRequest_thenNoExceptions() throws ClientProtocolException, IOException {
66-
instance.execute(new HttpGet(SAMPLE_URL));
66+
response = instance.execute(new HttpGet(SAMPLE_URL));
6767
}
6868

6969
@Test

0 commit comments

Comments
 (0)