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

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
GET                                                        | GET
/?q=correct                                                | /q=wrong                                            <<<<< URL does not match. When using a regex, "?" should be "\\?"
                                                           |
                                                           |
-----------------------------------------------------------------------------------------------------------------------
