From d82acc3ac52c5c74d3f2be56a2cc6e1295c8ff7b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Oct 2020 15:45:37 +0100 Subject: [PATCH] Remove erroneous management.server.address config from Actuator smoke test See gh-22187 --- .../src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/application.properties b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/application.properties index 77ecca44312..b41443e5932 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/application.properties +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/application.properties @@ -5,7 +5,6 @@ spring.security.user.password=password # logging.file.name=/tmp/logs/app.log # logging.level.org.springframework.security=DEBUG -management.server.address=127.0.0.1 management.endpoints.web.exposure.include=* management.endpoint.shutdown.enabled=true