sfc-gh-mpayne commented on code in PR #10843:
URL: https://github.com/apache/nifi/pull/10843#discussion_r2760592740


##########
nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/resources/META-INF/services/org.apache.nifi.components.connector.Connector:
##########
@@ -16,3 +16,4 @@
 org.apache.nifi.controller.flow.NopConnector
 org.apache.nifi.components.connector.DynamicFlowConnector
 org.apache.nifi.components.connector.DynamicAllowableValuesConnector
+org.apache.nifi.components.connector.LifecycleTestConnector

Review Comment:
   Good catch. I started with an integration test in framework-core but ended 
up going the route of a System Test to avoid having to mock even more there. 
This was a leftover remnant. 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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to