bbende commented on code in PR #6031:
URL: https://github.com/apache/nifi/pull/6031#discussion_r869471951


##########
nifi-manifest/nifi-runtime-manifest-test/src/test/java/org/apache/nifi/runtime/manifest/TestRuntimeManifest.java:
##########
@@ -139,6 +142,20 @@ public void testRuntimeManifest() throws IOException {
         assertEquals(1, resourceDefinition.getResourceTypes().size());
         assertEquals(ResourceType.FILE, 
resourceDefinition.getResourceTypes().stream().findFirst().get());
 
+        // Verify FetchHDFS definition has restrictions

Review Comment:
   Good call, I meant to do that, pushed a new commit



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