leviysoft / mockingbird

Flexible mock server
Apache License 2.0
9 stars 3 forks source link

Fix deserialization of missing fields in gRPC #48

Closed ashashev closed 7 months ago

ashashev commented 7 months ago

Mockingbird wrong handled message if sender didn't fill a field in proto3 syntax. The right behavior is using default value for missing fields, but mockingbird returned error.

Added unit tests for these cases.

@mockingbird/maintainers