Polish
Closes gh-16219
This commit is contained in:
committed by
Madhura Bhave
parent
b7b2798f13
commit
c5b5f752ed
@@ -43,10 +43,10 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
public class ManagementPortAndPathSampleActuatorApplicationTests {
|
||||
|
||||
@LocalServerPort
|
||||
private int port = 9010;
|
||||
private int port;
|
||||
|
||||
@LocalManagementPort
|
||||
private int managementPort = 9011;
|
||||
private int managementPort;
|
||||
|
||||
@Test
|
||||
public void testHome() {
|
||||
|
||||
Reference in New Issue
Block a user