gripmock
gripmock copied to clipboard
GripMock is removing default values and it's not able to match stub that contains those
We use the default enum value 0, and while trying to match a stub with 0 it always fails. The main reason is that the gRPC server is removing that value and passing the data to the stub without that field.
It also removes booleans if their value is false.
I guess a quick fix for this to enable defaults on the server?
@jekiapp Could you please check this issue?
Having the same issue, has there been any solutions to this? @pmsfc
Nope, we ended up creating our own mock server