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

SharedErsatzServer ApplyServerConfig should be defaulted #178

Closed cjstehno closed 1 year ago

cjstehno commented 1 year ago

When using the SharedErsatzServerExtension, if you don't provide a server field or any annotation, it should use the default serverConfig method, if it's present. It does not seem to be doing so at this point.