Skip to content

Commit

Permalink
Fix test failing because of change
Browse files Browse the repository at this point in the history
  • Loading branch information
jlengrand committed Feb 29, 2024
1 parent 2fb6e2b commit 1eddee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ public void testResponses() throws IOException {
" },\n" +
" {\"name\": \"Unprocessable Entity - a request validation error.\",\n" +
" \"code\": 422,\n" +
" \"status\": \"Client Error\",\n" +
" \"status\": \"Unprocessable Entity\",\n" +
" \"header\": [{\n" +
" \"key\": \"Content-Type\",\n" +
" \"value\": \"application/json\"}\n" +
Expand Down

0 comments on commit 1eddee1

Please sign in to comment.