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 #100

Closed jacobdotcosta closed 3 years ago

jacobdotcosta commented 3 years ago

to include incoming extra information.

[INFO] [ERROR]   Http2IT>HttpIT.shouldGetActuatorHealth:162 Response body expected:<{"status":"UP"}> but was:<{"status":"UP","groups":["liveness","readiness"]}>
[INFO] [ERROR]   HttpIT.shouldGetActuatorHealth:162 Response body expected:<{"status":"UP"}> but was:<{"status":"UP","groups":["liveness","readiness"]}>

Similar to #93 and #92 on branch 1.1.x.