opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/AciTestCase.java
@@ -69,7 +69,7 @@ // Save Global ACI. Entry e = DirectoryServer.getEntry(DN.valueOf(ACCESS_HANDLER_DN)); List<Attribute> attrs = e.getAttribute(ConfigConstants.ATTR_AUTHZ_GLOBAL_ACI); List<Attribute> attrs = e.getAllAttributes(ConfigConstants.ATTR_AUTHZ_GLOBAL_ACI); if (!attrs.isEmpty()) { Reporter.log("Saved global ACI attribute");