Skip to content

Commit

Permalink
Merge pull request #9 from QIWI-API/adjust-api-error
Browse files Browse the repository at this point in the history
[BF] Adjust API error test
  • Loading branch information
xrtm000 committed Aug 2, 2019
2 parents 8c2500f + e7ad7ae commit cc974b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public void testCreateIncorrectBill() throws Exception {
} catch (BadResponseException e) {
//then
Assert.assertEquals(
"client should get status unprocessable entity",
HttpStatus.SC_UNPROCESSABLE_ENTITY,
"client should get status bad request",
HttpStatus.SC_BAD_REQUEST,
e.getHttpStatus()
);
}
Expand Down

0 comments on commit cc974b2

Please sign in to comment.