Skip to content

Commit 13eda89

Browse files
committed
Fix test name
1 parent 5492fe8 commit 13eda89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/test/java/org/asynchttpclient/BasicAuthTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public void basicAuthTest() throws IOException, ExecutionException, TimeoutExcep
173173
}
174174

175175
@Test(groups = "standalone")
176-
public void redirectAndDigestAuthTest() throws Exception, ExecutionException, TimeoutException, InterruptedException {
176+
public void redirectAndBasicAuthTest() throws Exception, ExecutionException, TimeoutException, InterruptedException {
177177
try (AsyncHttpClient client = asyncHttpClient(config().setFollowRedirect(true).setMaxRedirects(10))) {
178178
Future<Response> f = client.prepareGet(getTargetUrl2())//
179179
.setRealm(basicAuthRealm(USER, ADMIN).build())//

0 commit comments

Comments
 (0)