You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pmsfc
changed the title
GripMock is removing enums with value 0
GripMock is removing default values and it's not able to match stub that contains those
Mar 17, 2022
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.
The text was updated successfully, but these errors were encountered: