diff --git a/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java b/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java index 87079f1..cade6cc 100644 --- a/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java +++ b/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginTest.java @@ -30,6 +30,7 @@ public class ISExporterPluginTest { ISExporterPlugin isExporterPlugin = new ISExporterPlugin(new ISExporterPluginDeclaration()); Map inputs = new HashMap(); inputs.put(ISExporterPlugin.FILTERED_REPORT, true); + inputs.put(ISExporterPlugin.STATISTICS, true); isExporterPlugin.launch(inputs); logger.info("\n\n\n"); }