This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new f4cc9d0 CAMEL-11430: Fix camel-kubernetes-starter test f4cc9d0 is described below commit f4cc9d012595f1735d27adb1d43b2cace38277d8 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed May 9 15:18:02 2018 +0200 CAMEL-11430: Fix camel-kubernetes-starter test --- .../test/cluster/KubernetesClusterServiceAutoConfigurationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/spring-boot/components-starter/camel-kubernetes-starter/src/test/java/org/apache/camel/component/kubernetes/springboot/test/cluster/KubernetesClusterServiceAutoConfigurationTest.java b/platforms/spring-boot/components-starter/camel-kubernetes-starter/src/test/java/org/apache/camel/component/kubernetes/springboot/test/cluster/KubernetesClusterServiceAutoConfigurationTest.java index 1f0f6c4..1bcc929 100644 --- a/platforms/spring-boot/components-starter/camel-kubernetes-starter/src/test/java/org/apache/camel/component/kubernetes/springboot/test/cluster/KubernetesClusterServiceAutoConfigurationTest.java +++ b/platforms/spring-boot/components-starter/camel-kubernetes-starter/src/test/java/org/apache/camel/component/kubernetes/springboot/test/cluster/KubernetesClusterServiceAutoConfigurationTest.java @@ -45,8 +45,8 @@ import static org.junit.Assert.assertNotNull; "camel.component.kubernetes.cluster.service.kubernetes-namespace=ns1", "camel.component.kubernetes.cluster.service.config-map-name=cm", "camel.component.kubernetes.cluster.service.pod-name=mypod1", - "camel.component.kubernetes.cluster.service.cluster-labels['app']=myapp", - "camel.component.kubernetes.cluster.service.cluster-labels['provider']=myprovider", + "camel.component.kubernetes.cluster.service.cluster-labels.app=myapp", + "camel.component.kubernetes.cluster.service.cluster-labels.provider=myprovider", "camel.component.kubernetes.cluster.service.lease-duration-millis=10000", "camel.component.kubernetes.cluster.service.renew-deadline-millis=8000", "camel.component.kubernetes.cluster.service.retry-period-millis=4000", -- To stop receiving notification emails like this one, please contact zregv...@apache.org.