Bumping versions

This commit is contained in:
buildmaster
2024-07-22 16:32:04 +00:00
parent 632108159b
commit 4f304bfadb
68 changed files with 539 additions and 420 deletions

View File

@@ -88,7 +88,7 @@ public class ConsulConfigDataOrderingIntegrationTests {
public void contextLoads() {
Integer port = env.getProperty("local.server.port", Integer.class);
ResponseEntity<Map> response = new TestRestTemplate()
.getForEntity("http://localhost:" + port + BASE_PATH + "/env/my.prop", Map.class);
.getForEntity("http://localhost:" + port + BASE_PATH + "/env/my.prop", Map.class);
assertThat(response.getStatusCode()).isEqualTo(HttpStatus.OK);
Map res = response.getBody();
assertThat(res).containsKey("propertySources");