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

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
Query params diff                                          |
                                                           |
GET                                                        | GET
[path] /thing                                              | /thing?one=2&two=wrong%20things&three=abcde
                                                           |
Query: one = 1                                             | one: 2                                              <<<<< Query does not match
Query: two [contains] two things                           | two: wrong things                                   <<<<< Query does not match
Query: three [matches] [a-z]{5}                            | three: abcde
                                                           |
                                                           |
-----------------------------------------------------------------------------------------------------------------------
