Skip to content

Commit

Permalink
Merge af08a97 into 51d0229
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe444 committed Mar 12, 2019
2 parents 51d0229 + af08a97 commit c2f2fda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private static InteractionResponse createInteractionResponse(
ObjectMapper objectMapper) {

return InteractionResponse.builder()
.status(responseRepresentation.getStatus().toString())
.status(Integer.toString(responseRepresentation.getStatus().value()))
.headers(mapHeaders(responseRepresentation.getHeaders()))
.body(buildBody(responseRepresentation, objectMapper))
.build();
Expand Down

0 comments on commit c2f2fda

Please sign in to comment.