Merge pull request #13 from chuntaojun/greenwich

fix: fix ci
pull/26/head
Haotian Zhang 4 years ago committed by GitHub
commit d245e9cb51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,8 +62,8 @@ public class PolarisDiscoveryClientConfigurationTest {
} }
@Test @Test
public void testDiscoveryBlockingDisabled() { public void testDiscoveryDisabled() {
this.contextRunner.withPropertyValues("spring.cloud.discovery.blocking.enabled=false") this.contextRunner.withPropertyValues("spring.cloud.discovery.enabled=false")
.run(context -> assertThat(context).doesNotHaveBean(PolarisDiscoveryClient.class)); .run(context -> assertThat(context).doesNotHaveBean(PolarisDiscoveryClient.class));
} }

Loading…
Cancel
Save