Skip to content

Commit 0e8b588

Browse files
committed
Bumping versions
1 parent b310bab commit 0e8b588

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-cloud-kubernetes-fabric8-config/src/test/java/org/springframework/cloud/kubernetes/fabric8/config/locator_retry/fail_fast_enabled_retry_disabled/ConfigFailFastEnabledButRetryDisabled.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"spring.cloud.kubernetes.config.fail-fast=true", "spring.cloud.kubernetes.config.retry.enabled=false",
5555
"spring.main.cloud-platform=KUBERNETES", "spring.cloud.kubernetes.config.enabled=false",
5656
"spring.cloud.kubernetes.secrets.enabled=false" },
57-
classes = { TestApplication.class, Fabric8ConfigMapPropertySourceLocator.class, ConfigFailFastEnabledButRetryDisabled.ConfigForTest.class })
57+
classes = { TestApplication.class, Fabric8ConfigMapPropertySourceLocator.class,
58+
ConfigFailFastEnabledButRetryDisabled.ConfigForTest.class })
5859
abstract class ConfigFailFastEnabledButRetryDisabled {
5960

6061
private static final String API = "/api/v1/namespaces/default/configmaps/application";
@@ -99,7 +100,7 @@ static class ConfigForTest {
99100

100101
@Bean
101102
Fabric8ConfigMapPropertySourceLocator propertySourceLocator(KubernetesClient client,
102-
ConfigMapConfigProperties properties, KubernetesNamespaceProvider provider) {
103+
ConfigMapConfigProperties properties, KubernetesNamespaceProvider provider) {
103104
return new VisibleFabric8ConfigMapPropertySourceLocator(client, properties, provider);
104105
}
105106

0 commit comments

Comments
 (0)