patricker commented on a change in pull request #3444: NIFI-6223 Expose Cluster 
Node Type to Controller Services
URL: https://github.com/apache/nifi/pull/3444#discussion_r277706825
 
 

 ##########
 File path: 
nifi-mock/src/main/java/org/apache/nifi/util/MockControllerServiceInitializationContext.java
 ##########
 @@ -70,6 +71,11 @@ public StateManager getStateManager() {
         return stateManager;
     }
 
+    @Override
+    public NodeTypeProvider getNodeTypeProvider() {
+        return null;
 
 Review comment:
   @bbende Thanks for catching that. I would have probably been back here 
submitting a PR for that in a week or two the first time I tried to actually 
write a unit test that uses this :) I've updated the code.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to