Rename test to a more suitable name

pull/11071/head
Madhura Bhave 7 years ago
parent 5ce9067e30
commit 50a3c2fe2a

@ -39,7 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@RunWith(SpringRunner.class) @RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, properties = { @SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, properties = {
"management.server.port=0", "management.server.context-path=/management" }) "management.server.port=0", "management.server.context-path=/management" })
public class InsecureManagementPortAndPathSampleActuatorApplicationTests { public class ManagementPortAndPathSampleActuatorApplicationTests {
@LocalServerPort @LocalServerPort
private int port = 9010; private int port = 9010;
Loading…
Cancel
Save