vbsteven
04/01/2019, 8:48 PMval response: ResponseEntity<CustomerDto> = restTemplate.postForEntity("/api/v1/customers", HttpEntity(json, headers()))
expectThat(response) {
statusCodeIs(201)
statusCodeIs2xxSuccess()
statusCodeIs5xxServerError()
}