|
|
@ -296,7 +296,7 @@ public class EndpointWebMvcAutoConfigurationTests {
|
|
|
|
this.applicationContext.refresh();
|
|
|
|
this.applicationContext.refresh();
|
|
|
|
// /health, /metrics, /env (/shutdown is disabled by default)
|
|
|
|
// /health, /metrics, /env (/shutdown is disabled by default)
|
|
|
|
assertThat(this.applicationContext.getBeansOfType(MvcEndpoint.class).size(),
|
|
|
|
assertThat(this.applicationContext.getBeansOfType(MvcEndpoint.class).size(),
|
|
|
|
is(equalTo(6)));
|
|
|
|
is(equalTo(5)));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|