http client examples cleanup

This commit is contained in:
eugenp 2013-11-19 21:04:22 +02:00
parent 1ea85b4a62
commit 3a4edeeabe
1 changed files with 1 additions and 1 deletions

View File

@ -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