greyp9 commented on a change in pull request #5040:
URL: https://github.com/apache/nifi/pull/5040#discussion_r622535695
##########
File path:
nifi-commons/nifi-security-utils/src/test/groovy/org/apache/nifi/security/xml/XmlUtilsTest.groovy
##########
@@ -94,7 +94,7 @@ class XmlUtilsTest {
// Assert
logger.expected(msg)
- assert msg =~ "SAXParseException.* DOCTYPE is disallowed when the
feature"
+ assert msg =~ "SAXParseException.* DOCTYPE"
Review comment:
This is the initial problem surfaced by user on Slack channel and in
ticket. The updated CI suggests that this change is sufficient to work in our
test environments (EN, FR, JP).
https://issues.apache.org/jira/browse/NIFI-8478
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]