opendj-server-legacy/src/test/java/org/opends/server/plugins/UniqueAttributePluginTestCase.java
@@ -845,7 +845,9 @@ AttributeType attrType = DirectoryServer.getAttributeType(attrTypeString); if (attrType == null) { attrType = DirectoryServer.getDefaultAttributeType(attrTypeString); } return attrType; }