Skip to content

Commit

Permalink
SP-734 Java - Investigate HTTPResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarzybok-sumoheavy committed Dec 6, 2023
1 parent f42973e commit eba15f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void it_should_correct_transfer_apache_response_to_bitpay_response() thro

HttpResponse httpResponse = HttpResponseProvider.fromApacheHttpResponse(apacheResponse);

Assertions.assertEquals(20, httpResponse.getCode());
Assertions.assertEquals(200, httpResponse.getCode());
Assertions.assertEquals("{\n" +
" \"userId\": 1,\n" +
" \"id\": 1,\n" +
Expand Down

0 comments on commit eba15f1

Please sign in to comment.