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
does not result in the expected behavior where the default values are provided instead of setting the fields to null.
To Reproduce Steps to reproduce the behavior:
The issue can be reproduced by following steps in this repo.
Expected behavior
When the defaults: true option is set in the config then the fields with default values should be set instead of being null. E.g.:
expected response (where ENUM_ZERO is the default value)
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
1. The issue provides a reproduction available on
Github
2. A failing test has been provided
3. A local solution has been provided
4. A pull request is pending review
Describe the bug
Setting the load defaults option for a grpc handler:
does not result in the expected behavior where the default values are provided instead of setting the fields to null.
To Reproduce Steps to reproduce the behavior:
The issue can be reproduced by following steps in this repo.
Expected behavior
When the
defaults: true
option is set in the config then the fields with default values should be set instead of being null. E.g.:expected response (where ENUM_ZERO is the default value)
Actual response:
Environment:
Additional context
The text was updated successfully, but these errors were encountered: