CenturyLinkCloud / mdw

https://centurylinkcloud.github.io/mdw/
MIT License
46 stars 10 forks source link

Automated tests misc issues #853

Closed jbrojdeCTL closed 3 years ago

jbrojdeCTL commented 3 years ago

1) When stubbing an adapter endpoint, cannot provide a responder function (it gets ignored). Works fine for payload-driven stubbing.

2) When stubbing an adapter response for a GET/DELETE (i.e. no request payload), and response contains regular expressions for runtime substitutions, exception is thrown due to request being empty, which results in stubbed response not getting values substituted.