We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"....
MockServer version 5.13.2
To Reproduce Steps to reproduce the issue:
Expected behaviour retriving all active expectation must contain "requestMatcher" field under "httpRequest"
MockServer Log Log output, as INFO level (or lower)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Expected behaviour
retriving all active expectation must contain "requestMatcher" field under "httpRequest"
MockServer Log
Log output, as INFO level (or lower)
The text was updated successfully, but these errors were encountered: