tlsmith109 commented on a change in pull request #4620:
URL: https://github.com/apache/nifi/pull/4620#discussion_r539617331



##########
File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestFTP.java
##########
@@ -144,6 +146,61 @@ public void basicFileUpload() throws IOException {
         // Check file was uploaded
         Assert.assertTrue(results.exists("c:\\data\\randombytes-1"));
     }
+    @Test
+    public void basicProvenanceEventTest() throws IOException {
+        TestRunner runner = TestRunners.newTestRunner(PutFTP.class);
+        runner.setValidateExpressionUsage(false);

Review comment:
       Agree that since replacing test with method above, no longer required. 
Will remove.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to