
                                               Request was not matched
                                               =======================

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
GET                                                        | GET
[path template] /contacts/{contactId}                      | /contacts/345
                                                           |
Path parameter: contactId = 123                            | contactId: 345                                      <<<<< Path parameter does not match
                                                           |
                                                           |
-----------------------------------------------------------------------------------------------------------------------
