snowdrop / vertx-spring-boot

Vert.x Spring Boot integration brings different Vert.x components to Spring Boot ecosystem
Apache License 2.0
137 stars 41 forks source link

test: adapted actuator health expected response to include more information #92

Closed jacobdotcosta closed 3 years ago

jacobdotcosta commented 3 years ago

The actuator health test was failing when executing on Jenkins with Response body expected:<{"status":"UP"}> but was:<{"status":"UP","groups":["liveness","readiness"]}>.

This change adapts the test response to when more information is provided in this response.