Skip to content

Commit 54d0785

Browse files
committed
fix test
Signed-off-by: wind57 <[email protected]>
1 parent 10a2802 commit 54d0785

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-k8s-client-discovery/src/test/java/org/springframework/cloud/kubernetes/k8s/client/discovery

1 file changed

+1
-1
lines changed

spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-k8s-client-discovery/src/test/java/org/springframework/cloud/kubernetes/k8s/client/discovery/KubernetesClientDiscoverySimpleIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void test(CapturedOutput output) throws Exception {
8989
K3S.execInContainer("sh", "-c",
9090
"kubectl annotate pods " + both[1].split("/")[1] + " custom-annotation=custom-annotation-value");
9191

92-
assertLogStatement(output, "using selective namespaces : [default]");
92+
assertLogStatement(output, "serviceSharedInformers will use selective namespaces : [default]");
9393

9494
List<String> services = discoveryClient.getServices();
9595
List<ServiceInstance> instances = discoveryClient.getInstances("busybox-service");

0 commit comments

Comments
 (0)