Skip to content
New issue

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

Wrong types for HttpRequestAndHttpResponse.httpResponse #160

Open
bmitmanski opened this issue Jan 16, 2023 · 0 comments
Open

Wrong types for HttpRequestAndHttpResponse.httpResponse #160

bmitmanski opened this issue Jan 16, 2023 · 0 comments

Comments

@bmitmanski
Copy link

Describe the issue
Newest mockserver-client types does not match returned value of function retrieveRecordedRequestsAndResponses.

What you are trying to do
When I retrieve recorded requests with retrieveRecordedRequestsAndResponses the types indicates that HttpRequestAndHttpResponse should have httpResponse as an array, but an object is returned.

MockServer version
5.15.0

To Reproduce
Steps to reproduce the issue:

  1. Run MockServer
  2. Hit to mock server
  3. Get value of retrieveRecordedRequestsAndResponses to see that types does not match the value.

Expected behaviour
Type HttpRequestAndHttpResponse.httpResponse should be object type instead of an array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant