exceptionfactory commented on code in PR #9743:
URL: https://github.com/apache/nifi/pull/9743#discussion_r1969766797


##########
nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/GetHDFSTest.java:
##########
@@ -226,12 +225,6 @@ public void testDirectoryUsesValidEL() throws IOException {
         assertEquals("13545423550275052.zip", 
flowFile.getAttribute(CoreAttributes.FILENAME.key()));
         InputStream expected = 
getClass().getResourceAsStream("/testdata/13545423550275052.zip");
         flowFile.assertContentEquals(expected);
-        final List<ProvenanceEventRecord> provenanceEvents = 
runner.getProvenanceEvents();

Review Comment:
   Thanks for noting that @mark-bathori, you're right that no other test 
includes the Provenance Event checking. I restored that check in the test 
method.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to