Hi people, i'm using wiremock standalone to test s...
# general
s
Hi people, i'm using wiremock standalone to test some endpoints of an application, i was wondering if it's possible to not have response when the request is wrong or for example i just want to do an health check for example. is there a way to disable this response ? Could someone please support ?
Copy code
Request was not matched
                                               =======================

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
POST                                                       | GET                                                 <<<<< HTTP method does not match
/api/v1/transaction/register                               | /actuator/health                                    <<<<< URL does not match