Description
Want to have retrieve requestMatcher method
What you are trying to do
Want to retrive request matcher filed from all active expectation
The solution you'd like
Its already shown in the dashboard but not showing in node-client or rest client
When i retrive active expectations created using OpenAPI the resulting JSON object does not contain "requesterMatcher"
field under "httpRequest"
It only contains "operationId" and "specUrlOrPayload" fields
but if i look at the active expectaion using dashboard console it contains another field Namely "requestMatcher"....
What you are trying to do
Want to retrive request matcher filed from all active expectation
MockServer version
5.13.2
To Reproduce
Steps to reproduce the issue:
- Using mockserver-node
- expectation created using OpenApi
- While retriving active expectation using node client as well as REST API "requestMatcher" field is missing under "httpRequest"
Expected behaviour
retriving all active expectation must contain "requestMatcher" field under "httpRequest"
MockServer Log
Log output, as INFO level (or lower)