Hello,
I am trying to mock a GET call API where the request contains ‘query’ params. If I do so, the execution of the mock test fails and below error is displayed in the response body,
{
"error": {
"name": "mockRequestNotFoundError",
"message": "Double check your method and the request path and try again.",
"header": "No matching requests"
}
}
Saved example:
Mocked request:
Note: After removing the query params from saved example and updating the mock request, I got 200 Success response.
Kindly advice on this. Thanks in advance!