Rename test to a more suitable name

This commit is contained in:
Madhura Bhave 2017-11-17 12:24:22 -08:00
parent 5ce9067e30
commit 50a3c2fe2a

View File

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