cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

Verify layered encoder/decoder functionality #147

Closed cjstehno closed 2 years ago

cjstehno commented 2 years ago

Configure encoders/decoders in the server config... make sure they are used. Configure overrides in the matchers... make sure they work.

I saw a possible issue with an encoder not being resolved when defined in the server config, but was fine when it was defined in the matcher responder.