Skip to content

Wrong types for HttpRequestAndHttpResponse.httpResponse #160

@bmitmanski

Description

@bmitmanski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions