mmaillot
01/05/2018, 9:58 PMresponse shouldMatch hasStatus(Status.OK).and(hasBody("{\"id\":1,\"name\":\"MyOrga\",\"logo\":\"url\"}").readText()))
I want to extract the json in a resource file and format json to be more human readable (pretty). But my test failed because the string is not the same (route doesn't return a pretty json). Can I validate my data in a json way ?