carvalhorr / protoc-gen-mock

47 stars 11 forks source link

ISSUE-14 Fix error when stub's request contain field default enum value #15

Closed carvalhorr closed 4 years ago

carvalhorr commented 4 years ago

The stub could not be matched against an incoming request because of the generated request's JSON would not contain the default enum value. So the stub and the incoming request JSON representation was never equal.