fixed test

This commit is contained in:
Luca Frosini 2021-08-04 15:41:51 +02:00
parent e3aa414108
commit 17096d0b4c
1 changed files with 0 additions and 1 deletions

View File

@ -455,7 +455,6 @@ public class ERManagementTest extends ContextTest {
@Test
public void testCreateHostingNodeAndEService() throws Exception {
Map<String, Resource> map = ERManagementTest.createHostingNodeAndEService();
deleteResource(map.get(EService.NAME));
deleteResource(map.get(HostingNode.NAME));
}