opendj-server-legacy/src/test/java/org/opends/server/TestCaseUtils.java
@@ -1806,7 +1806,7 @@ public static HashSet<PluginType> getPluginTypes(Entry e) { HashSet<PluginType> pluginTypes = new HashSet<>(); for (Attribute a : e.getAttribute("ds-cfg-plugin-type")) for (Attribute a : e.getAllAttributes("ds-cfg-plugin-type")) { for (ByteString v : a) {