minor formatting work

This commit is contained in:
eugenp
2016-06-18 23:52:26 +03:00
parent c77a992a52
commit b1bdeb92d6
4 changed files with 2479 additions and 2616 deletions
@@ -108,7 +108,7 @@ public class SandboxTest {
// Make a client using those creds
final CloseableHttpClient client = HttpClients.custom().setDefaultCookieStore(cookieStore).setDefaultCredentialsProvider(credsProvider).build();
// And make a call to the URL we are after
final HttpGet httpget = new HttpGet("http://httpbin.org/digest-auth/auth/user/passwd");
@@ -127,6 +127,7 @@ public class SandboxTest {
try {
System.out.println("----------------------------------------");
System.out.println(responseGood.getStatusLine());
assertEquals(200, responseGood.getStatusLine().getStatusCode());
} finally {
responseGood.close();