Skip to content

Commit 4d48ada

Browse files
committed
Bumping versions
1 parent eaaa916 commit 4d48ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-cloud-kubernetes-client-discovery/src/test/java/org/springframework/cloud/kubernetes/client/discovery/KubernetesInformerDiscoveryClientTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public void testDiscoveryInstancesWithSecuredServiceByAnnotations() {
192192
Lister<V1Service> serviceLister = setupServiceLister(testServiceSecuredAnnotation1);
193193
Lister<V1Endpoints> endpointsLister = setupEndpointsLister(testEndpoints1);
194194
KubernetesDiscoveryProperties kubernetesDiscoveryProperties = new KubernetesDiscoveryProperties(true, true,
195-
Set.of(), true, 60, false, null, Set.of(), new HashMap<>(), null, null, 0);
195+
Set.of(), true, 60, false, null, Set.of(), new HashMap<>(), null, null, 0);
196196
KubernetesInformerDiscoveryClient discoveryClient = new KubernetesInformerDiscoveryClient("namespace1",
197197
sharedInformerFactory, serviceLister, endpointsLister, null, null, kubernetesDiscoveryProperties);
198198
assertThat(discoveryClient.getServices().toArray())
@@ -207,7 +207,7 @@ public void testDiscoveryInstancesWithSecuredServiceByLabels() {
207207
Lister<V1Service> serviceLister = setupServiceLister(testServiceSecuredLabel1);
208208
Lister<V1Endpoints> endpointsLister = setupEndpointsLister(testEndpoints1);
209209
KubernetesDiscoveryProperties kubernetesDiscoveryProperties = new KubernetesDiscoveryProperties(true, true,
210-
Set.of(), true, 60, false, null, Set.of(), new HashMap<>(), null, null, 0);
210+
Set.of(), true, 60, false, null, Set.of(), new HashMap<>(), null, null, 0);
211211
KubernetesInformerDiscoveryClient discoveryClient = new KubernetesInformerDiscoveryClient("namespace1",
212212
sharedInformerFactory, serviceLister, endpointsLister, null, null, kubernetesDiscoveryProperties);
213213

0 commit comments

Comments
 (0)