Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 committed Feb 4, 2024
1 parent 6dcd5d6 commit ada0d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void disableBlockingAndReactive() {
setup("spring.main.cloud-platform=KUBERNETES", "spring.cloud.config.enabled=false",
"spring.cloud.discovery.blocking.enabled=false", "spring.cloud.discovery.reactive.enabled=false");
applicationContextRunner.run(context -> {
assertThat(context).hasSingleBean(Fabric8KubernetesCatalogWatch.class);
assertThat(context).doesNotHaveBean(Fabric8KubernetesCatalogWatch.class);
assertThat(context).doesNotHaveBean(Fabric8KubernetesDiscoveryClient.class);
assertThat(context).doesNotHaveBean(Fabric8KubernetesReactiveDiscoveryClient.class);
});
Expand Down

0 comments on commit ada0d26

Please sign in to comment.