markap14 commented on a change in pull request #4669:
URL: https://github.com/apache/nifi/pull/4669#discussion_r525216256
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/service/TestStandardControllerServiceProvider.java
##########
@@ -448,8 +429,9 @@ private ProcessorNode createProcessor(final
StandardProcessScheduler scheduler,
Mockito.when(flowController.getFlowManager()).thenReturn(flowManager);
Mockito.when(flowController.getStateManagerProvider()).thenReturn(stateManagerProvider);
- final ProcessGroup group = new
StandardProcessGroup(UUID.randomUUID().toString(), serviceProvider, scheduler,
null, null, flowController,
- new MutableVariableRegistry(variableRegistry));
+// final ProcessGroup group = new
StandardProcessGroup(UUID.randomUUID().toString(), serviceProvider, scheduler,
null, null, flowController,
Review comment:
Nope, thanks. Will fix.
----------------------------------------------------------------
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]