Skip to content

Commit a921c4a

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

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/KubernetesClientCatalogWatchBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
properties = { "spring.main.cloud-platform=kubernetes", "spring.cloud.config.import-check.enabled=false",
4343
"spring.cloud.kubernetes.discovery.catalogServicesWatchDelay=2000",
4444
"spring.cloud.kubernetes.client.namespace=default",
45-
"logging.level.org.springframework.cloud.kubernetes.client.discovery.catalog=DEBUG" })
45+
"logging.level.org.springframework.cloud.kubernetes.client.discovery=DEBUG" })
4646
@ExtendWith(OutputCaptureExtension.class)
4747
abstract class KubernetesClientCatalogWatchBase {
4848

spring-cloud-kubernetes-integration-tests/spring-cloud-kubernetes-k8s-client-catalog-watcher/src/test/resources/app/watcher-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
ports:
2828
- containerPort: 8080
2929
env:
30-
- name: LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_CLOUD_KUBERNETES_CLIENT_DISCOVERY_CATALOG
30+
- name: LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_CLOUD_KUBERNETES_CLIENT_DISCOVERY
3131
value: "DEBUG"
3232
- name: SPRING_CLOUD_KUBERNETES_DISCOVERY_USE_ENDPOINT_SLICES
3333
value: "FALSE"

0 commit comments

Comments
 (0)