leviysoft / mockingbird

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

Fix reconstruction of DynamicSchema from GrpcRootMessage #38

Closed ashashev closed 8 months ago

ashashev commented 8 months ago

It failed in case nested GrpcSchemaMessage contained another nested messages or enums.

Also, removed duplicate test.

The backend/mockingbird/src/test/resources/nested.proto test data updated for reproducing this problem.

@mockingbird/maintainers