diff --git a/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginSmartExecutorSchedulerTest.java b/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginSmartExecutorSchedulerTest.java index 72fe9a0..8f41929 100644 --- a/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginSmartExecutorSchedulerTest.java +++ b/src/test/java/org/gcube/informationsystem/exporter/ISExporterPluginSmartExecutorSchedulerTest.java @@ -27,6 +27,7 @@ public class ISExporterPluginSmartExecutorSchedulerTest extends ScopedTest { public UUID scheduleTest(Scheduling scheduling) throws Exception { Map inputs = new HashMap(); + inputs.put(ISExporterPlugin.FILTERED_REPORT, true); logger.debug("Inputs : {}", inputs);