Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 committed Oct 7, 2023
1 parent f5a27dc commit 6a37aaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ void testAllNamespaces() {

}).retryWhen(retrySpec()).block();
Assertions.assertEquals(servicesResult.size(), 7);
System.out.println("==== servicesResult : " + servicesResult);
Assertions.assertTrue(servicesResult.contains("kubernetes"));
Assertions.assertTrue(servicesResult.contains("spring-cloud-kubernetes-client-discovery-it"));
Assertions.assertTrue(servicesResult.contains("busybox-service"));
Expand Down

0 comments on commit 6a37aaf

Please sign in to comment.