Bumping versions

This commit is contained in:
buildmaster
2021-09-14 18:45:02 +00:00
parent 5db4be173b
commit 90b9eee41e

View File

@@ -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/");
}