Github user pvillard31 commented on a diff in the pull request:

    https://github.com/apache/nifi-registry/pull/117#discussion_r188356638
  
    --- Diff: 
nifi-registry-framework/src/test/java/org/apache/nifi/registry/service/TestRegistryService.java
 ---
    @@ -81,6 +81,7 @@
         public void setup() {
             metadataService = mock(MetadataService.class);
             flowPersistenceProvider = mock(FlowPersistenceProvider.class);
    +        // eventHookProvider = mock(EventHookProvider.class);
    --- End diff --
    
    To be removed?


---

Reply via email to