fix(fix NamingMaintainService_ITCase mistake):
This commit is contained in:
parent
4c5c2a66e8
commit
51ded2c857
@ -139,6 +139,12 @@ public class NamingMaintainService_ITCase {
|
||||
|
||||
@Test
|
||||
public void deleteService() throws NacosException {
|
||||
|
||||
Service preService = new Service();
|
||||
preService.setName(serviceName);
|
||||
System.out.println("service info : " + preService);
|
||||
namingMaintainService.createService(preService, new NoneSelector());
|
||||
|
||||
Assert.assertTrue(namingMaintainService.deleteService(serviceName));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user