Skip to content

Commit eba15f1

Browse files
SP-734 Java - Investigate HTTPResponse
1 parent f42973e commit eba15f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/bitpay/sdk/functional/client/HttpResponseProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public void it_should_correct_transfer_apache_response_to_bitpay_response() thro
2424

2525
HttpResponse httpResponse = HttpResponseProvider.fromApacheHttpResponse(apacheResponse);
2626

27-
Assertions.assertEquals(20, httpResponse.getCode());
27+
Assertions.assertEquals(200, httpResponse.getCode());
2828
Assertions.assertEquals("{\n" +
2929
" \"userId\": 1,\n" +
3030
" \"id\": 1,\n" +

0 commit comments

Comments
 (0)