opendj-server-legacy/src/test/java/org/opends/server/extensions/InitializationUtils.java
@@ -131,7 +131,7 @@ try { return AdminTestCaseUtils.getConfiguration(context, cfgDefn, Converters.from(cfgEntry)); } catch (IllegalArgumentException e) { throw new ConfigException(LocalizableMessage.raw(""), e); throw new ConfigException(LocalizableMessage.EMPTY, e); } } }