Closed doroginin closed 5 years ago
This pull request just shows problem with marshaling in case of using response_body. Here is a test response_vs_response_body which is fails now. Let's merge it in develop branch and try to fix test.
response_body
response_vs_response_body
Added t.Skip() for response_vs_response_body. I suggest to merge this, maybe somebody could fix this.
t.Skip()
This pull request just shows problem with marshaling in case of using
response_body
. Here is a testresponse_vs_response_body
which is fails now. Let's merge it in develop branch and try to fix test.