Fix assertion in broken test

This commit is contained in:
Dave Syer
2015-07-08 16:03:25 +01:00
parent 7410eee34f
commit 94e41b4190

View File

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