···40 response.status
41 |> should.equal(200)
42 response.headers
43- |> should.equal([#("content-type", "application/json")])
4445 // Initially there are no people in the database
46 response
···40 response.status
41 |> should.equal(200)
42 response.headers
43+ |> should.equal([#("content-type", "application/json; charset=utf-8")])
4445 // Initially there are no people in the database
46 response