Improved test
This commit is contained in:
parent
9ae0a2a522
commit
3aff1841fb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue