Skip to content

Commit

Permalink
Merge branch '2.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed Aug 7, 2020
2 parents f8c8b65 + 3f82ca4 commit 6d82e9e
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -81,8 +81,7 @@ void health() throws Exception {
.description("The nested components that make up the health.").optional();
FieldDescriptor componentDetails = subsectionWithPath("components.*.details")
.description("Details of the health of a specific part of the application. "
+ "Presence is controlled by `management.endpoint.health.show-details`. May contain nested "
+ "components that make up the health.")
+ "Presence is controlled by `management.endpoint.health.show-details`.")
.optional();
this.mockMvc.perform(get("/actuator/health").accept(MediaType.APPLICATION_JSON)).andExpect(status().isOk())
.andDo(document("health",
Expand Down

0 comments on commit 6d82e9e

Please sign in to comment.