Improved test

This commit is contained in:
Luca Frosini 2020-11-04 19:26:15 +01:00
parent 9ae0a2a522
commit 3aff1841fb
1 changed files with 0 additions and 3 deletions

View File

@ -164,9 +164,6 @@ public class ResourceRegistryClientTest extends ContextTest {
List<Context> contexts = resourceRegistryClient.getAllContext();
logger.debug("{}", contexts);
contexts = resourceRegistryClient.getAllContext();
logger.debug("{}", contexts);
ContextCache contextCache = ContextCache.getInstance();
Map<UUID, String> uuidToContextFullName = contextCache.getUUIDToContextFullNameAssociation();
logger.debug("{}", uuidToContextFullName);