From 90b9eee41e5916ba999b25432fe44e1ca4362e2f Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 14 Sep 2021 18:45:02 +0000 Subject: [PATCH] Bumping versions --- .../cloud/consul/config/ConsulPropertySourceTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceTests.java b/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceTests.java index f9a021d1..7cbb444d 100644 --- a/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceTests.java +++ b/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceTests.java @@ -120,7 +120,7 @@ public class ConsulPropertySourceTests { @Test public void testExtraSlashInContext() { ConsulPropertySource source = new ConsulPropertySource("/my/very/custom/context", this.client, - new ConsulConfigProperties()); + new ConsulConfigProperties()); source.init(); assertThat(source.getContext()).as("context was wrong").isEqualTo("my/very/custom/context/"); }