Fixed test to avoid to run it for mistake

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-dashboard-harvester-se-plugin@167549 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-05-17 08:20:48 +00:00
parent 1753289cd5
commit d14cdc9675
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class AccountingDataHarvesterPluginTest extends ScopedTest {
Map<String,Object> 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);