opendj-server-legacy/src/test/java/org/opends/server/backends/ChangelogBackendTestCase.java
@@ -1480,7 +1480,7 @@ private static String getAttributeValue(Entry entry, String attrName) { List<Attribute> attrs = entry.getAttribute(attrName.toLowerCase()); List<Attribute> attrs = entry.getAttribute(attrName); if (attrs.isEmpty()) { return null;