This commit is contained in:
Phillip Webb 2017-10-08 16:39:38 -07:00
parent de7b624643
commit ae7e9a2cdf
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class SpringBootTestContextCustomizer implements ContextCustomizer {
if (beanFactory instanceof BeanDefinitionRegistry) {
registerTestRestTemplate(context, (BeanDefinitionRegistry) context);
}
}
private void registerTestRestTemplate(ConfigurableApplicationContext context,