We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64140b5 commit 1ec3092Copy full SHA for 1ec3092
api/src/test/java/org/asynchttpclient/async/AsyncStreamHandlerTest.java
@@ -347,7 +347,7 @@ public void asyncStream301WithBody() throws Exception {
347
c.prepareGet("http://google.com/").execute(new AsyncHandlerAdapter() {
348
349
public STATE onStatusReceived(HttpResponseStatus status) throws Exception {
350
- assertEquals(301, status.getStatusCode());
+ assertEquals(302, status.getStatusCode());
351
return STATE.CONTINUE;
352
}
353
0 commit comments