http client examples cleanup
This commit is contained in:
parent
1ea85b4a62
commit
3a4edeeabe
|
@ -63,7 +63,7 @@ public class HttpClientLiveTest {
|
|||
|
||||
@Test
|
||||
public final void whenExecutingBasicGetRequest_thenNoExceptions() throws ClientProtocolException, IOException {
|
||||
instance.execute(new HttpGet(SAMPLE_URL));
|
||||
response = instance.execute(new HttpGet(SAMPLE_URL));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue