Skip to content

Commit f8e5b9b

Browse files
committed
Fix formatting
1 parent c3e4754 commit f8e5b9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample/actuator/customsecurity/ManagementPortAndPathSampleActuatorApplicationTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ public void testHome() {
5959
@Test
6060
public void actuatorPathOnMainPortShouldNotMatch() {
6161
ResponseEntity<String> entity = new TestRestTemplate().getForEntity(
62-
"http://localhost:" + this.port + "/actuator/health",
63-
String.class);
62+
"http://localhost:" + this.port + "/actuator/health", String.class);
6463
assertThat(entity.getStatusCode()).isEqualTo(HttpStatus.UNAUTHORIZED);
6564
}
6665

0 commit comments

Comments
 (0)