Nitrogen port : sdnc-northbound
[sdnc/northbound.git] / vnfapi / provider / src / test / java / org / onap / sdnc / vnfapi / VnfInstanceTopologyOperationTest.java
index d8cea30..72c0c9d 100644 (file)
@@ -109,6 +109,7 @@ class VnfApiProviderDataBrokerTestCustomizer  extends ConcurrentDataBrokerTestCu
     ExceptionThrowerConfigurator exceptionThrowerConfigurator;
 
     public VnfApiProviderDataBrokerTestCustomizer(ExceptionThrowerConfigurator exceptionThrowerConfigurator) {
+        super(false);
         this.exceptionThrowerConfigurator = exceptionThrowerConfigurator;
     }