diff --git a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java index dc5c959..46fc188 100644 --- a/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java +++ b/src/test/java/org/gcube/dataharvest/AccountingDataHarvesterPluginTest.java @@ -64,7 +64,7 @@ public class AccountingDataHarvesterPluginTest extends ScopedTest { Map map = new HashMap<>(); map.put(AccountingDataHarvesterPlugin.PARAMETER_FROM, from.getTime()); map.put(AccountingDataHarvesterPlugin.PARAMETER_TO, to.getTime()); - map.put(AccountingDataHarvesterPlugin.TEST, false); + map.put(AccountingDataHarvesterPlugin.TEST, true); accountingDataHarvesterPlugin.launch(map);