Restored wrong commit

This commit is contained in:
Luca Frosini 2024-11-11 11:13:09 +01:00
parent 26aa96ae37
commit 95d6cdd699
1 changed files with 3 additions and 3 deletions

View File

@ -502,10 +502,10 @@ public class ContextManagementTest extends ContextTest {
logger.debug("{}", context); logger.debug("{}", context);
} }
//@Ignore @Ignore
@Test // @Test
public void deleteContext() throws ResourceRegistryException, IOException { public void deleteContext() throws ResourceRegistryException, IOException {
Context context = read(UUID.fromString("5866f58d-fff2-4ae6-ae1a-a16727d44407")); Context context = read(UUID.fromString(""));
delete(context); delete(context);
} }