jPOS-EE icon indicating copy to clipboard operation
jPOS-EE copied to clipboard

HttpAsyncClient: Update to version 5.0.3.

Open jameshilliard opened this issue 4 years ago • 1 comments

jameshilliard avatar Dec 10 '20 15:12 jameshilliard

Was hitting this error in some client tests so figured I should update the client and see if that helped:

org.jpos.http.client.HttpClientTest > testTrustSelfSignedCertificate() FAILED
    org.opentest4j.AssertionFailedError: Status code should be 200 ==> expected: <200> but was: <null>
        at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
        at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
        at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
        at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:569)
        at org.jpos.http.client.HttpClientTest.testTrustSelfSignedCertificate(HttpClientTest.java:160)

jameshilliard avatar Dec 10 '20 15:12 jameshilliard