rename service list IT case

This commit is contained in:
xiaochun.xxc 2019-01-15 15:00:40 +08:00
parent 94eb697e45
commit eb83e7607f

View File

@ -48,7 +48,7 @@ import static com.alibaba.nacos.test.naming.NamingBase.verifyInstanceList;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = NamingApp.class, properties = {"server.servlet.context-path=/nacos"},
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class ServiceListTest {
public class ServiceList_ITCase {
private NamingService naming;