Commit ae7e9a2c authored by Phillip Webb's avatar Phillip Webb

Polish

parent de7b6246
...@@ -57,7 +57,6 @@ class SpringBootTestContextCustomizer implements ContextCustomizer { ...@@ -57,7 +57,6 @@ class SpringBootTestContextCustomizer implements ContextCustomizer {
if (beanFactory instanceof BeanDefinitionRegistry) { if (beanFactory instanceof BeanDefinitionRegistry) {
registerTestRestTemplate(context, (BeanDefinitionRegistry) context); registerTestRestTemplate(context, (BeanDefinitionRegistry) context);
} }
} }
private void registerTestRestTemplate(ConfigurableApplicationContext context, private void registerTestRestTemplate(ConfigurableApplicationContext context,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment