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:
parent
1753289cd5
commit
d14cdc9675
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue