Hi All, in the body section, does that mean that m...
# pact-js
m
Hi All, in the body section, does that mean that my json is 11106 length?
Copy code
Pact verification failed!
Test failed for the following reasons:

  Mock server failed with the following mismatches:

        0) The following request was not expected: 
            Method: POST
            Path: /api/1/users
            Headers:
              accept-encoding: gzip, deflate
              connection: close
              content-length: 11106
              content-type: application/json; charset=utf-8
              host: 127.0.0.1:49724
            Body: [{"account":{"accoun... (11106 length)

        1) The following request was expected but not received: 
            Method: POST
            Path: /api/1/users
            Headers:
              Content-Type: application/json; charset=utf-8
        2) "after each" hook for "creates a new user"