utrack / clay

Proto-first minimal server platform for gRPС+REST+Swagger APIs
MIT License
290 stars 37 forks source link

response_body problem #50

Closed doroginin closed 5 years ago

doroginin commented 6 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.

doroginin commented 5 years ago

Added t.Skip() for response_vs_response_body. I suggest to merge this, maybe somebody could fix this.