Skip to content

Commit 6e0b65e

Browse files
committed
fix test
Signed-off-by: wind57 <[email protected]>
1 parent ae0140b commit 6e0b65e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-k8s-client-catalog-watcher/src/test/java/org/springframework/cloud/kubernetes/k8s/client/catalog/watcher/KubernetesClientCatalogWatchEndpointSlicesIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void afterEach() {
7575
*/
7676
@Test
7777
void testCatalogWatchWithEndpoints(CapturedOutput output) {
78-
assertLogStatement(output, "stateGenerator is of type: KubernetesEndpointSlicesCatalogWatch");
78+
assertLogStatement(output, "stateGenerator is of type: KubernetesClientEndpointSlicesCatalogWatch");
7979
invokeAndAssert(util, Set.of(NAMESPACE_A, NAMESPACE_B), port, NAMESPACE_A);
8080
}
8181

spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-k8s-client-catalog-watcher/src/test/java/org/springframework/cloud/kubernetes/k8s/client/catalog/watcher/KubernetesClientCatalogWatchEndpointsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void afterEach() {
7575
*/
7676
@Test
7777
void testCatalogWatchWithEndpoints(CapturedOutput output) {
78-
assertLogStatement(output, "stateGenerator is of type: KubernetesEndpointsCatalogWatch");
78+
assertLogStatement(output, "stateGenerator is of type: KubernetesClientEndpointsCatalogWatch");
7979
invokeAndAssert(util, Set.of(NAMESPACE_A, NAMESPACE_B), port, NAMESPACE_A);
8080
}
8181

0 commit comments

Comments
 (0)