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

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
The post stub with a really long name that ought to wrap   |
and let us see exactly how that looks when it is done      |
                                                           |
POST                                                       | POST
/thing                                                     | /thing
                                                           |
Accept: text/plain                                         | Accept: text/plain
                                                           |
{                                                          | {                                                   <<<<< Body does not match
  "one" : {                                                |   "one" : {
    "two" : {                                              |     "two" : {
      "three" : {                                          |       "three" : {
"four" : {                                                 |         "four" : {
          "five" : {                                       |           "five" : {
            "six" :                                        |             "six" : "totally_the_wrong_value"
"superduperlongvaluethatshouldwrapokregardless_superduper  |           }
longvaluethatshouldwrapokregardless_superduperlongvalueth  |         }
atshouldwrapokregardless_superduperlongvaluethatshouldwra  |       }
pokregardless"                                             |     }
          }                                                |   }
        }                                                  | }
      }                                                    |
    }                                                      |
}                                                          |
}                                                          |
                                                           |
-----------------------------------------------------------------------------------------------------------------------
