mark-bathori commented on code in PR #9743:
URL: https://github.com/apache/nifi/pull/9743#discussion_r1969508450


##########
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 the improvements @exceptionfactory, is there any reason why the 
provenance event assertion part was removed from the test, as I can see there 
is no other test containing this check?



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