Fixes test name

This commit is contained in:
spencergibb
2020-09-21 16:39:52 -04:00
parent 5e7c2ba6ee
commit 58818457f7

View File

@@ -40,7 +40,7 @@ public class ConsulConfigServerBootstrapperTests {
}
@Test
public void enabledDoesAddsInstanceProviderFn() {
public void enabledAddsInstanceProviderFn() {
new SpringApplicationBuilder(TestConfig.class)
.properties("spring.cloud.config.discovery.enabled=true",
"spring.cloud.service-registry.auto-registration.enabled=false")