exceptionfactory commented on code in PR #6057:
URL: https://github.com/apache/nifi/pull/6057#discussion_r877418237
##########
nifi-system-tests/nifi-system-test-suite/src/test/java/org/apache/nifi/tests/system/controllerservice/ControllerServiceApiValidationIT.java:
##########
@@ -150,4 +167,59 @@ public void
testMatchingGenericDynamicPropertyControllerService() throws NiFiCli
assertEquals("ENABLED", controllerStatus);
assertEquals("Stopped", processorStatus);
}
+
+ @Test
Review Comment:
That's a good point, I considered a separate class, as in the case of
Processors. Will move these methods to new a test class.
--
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]