Fixed test

This commit is contained in:
Luca Frosini 2019-07-30 16:47:15 +02:00
parent 53cb5e45a8
commit d75b7810d5
1 changed files with 2 additions and 2 deletions

View File

@ -449,9 +449,9 @@ public class ContextManagementTest extends ScopedTest {
} }
} }
// @Test @Test
public void readContext() throws ResourceRegistryException, IOException { public void readContext() throws ResourceRegistryException, IOException {
Context context = read(UUID.fromString("")); Context context = read(UUID.fromString("fe44822a-d8bb-418b-ba79-59b4aef01cf9"));
logger.debug("{}", context); logger.debug("{}", context);
} }