Skip to content

Commit

Permalink
Enable passing emptyResponseBody test
Browse files Browse the repository at this point in the history
This was fixed by 30e7234
  • Loading branch information
amirlivneh committed Sep 22, 2018
1 parent 81d702c commit 66e1b28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion okhttp-tests/src/test/java/okhttp3/EventListenerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,6 @@ private void responseBodyFail(Protocol expectedProtocol) throws IOException {
assertNotNull(callFailed.ioe);
}

@Ignore("the CallEnd event is omitted")
@Test public void emptyResponseBody() throws IOException {
server.enqueue(new MockResponse()
.setBody("")
Expand Down

0 comments on commit 66e1b28

Please sign in to comment.