fixed test
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/workspace-task-executor-library@167728 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
fd9aa5ab58
commit
da13069097
|
@ -250,7 +250,7 @@ public class TestDataMinerTaskExecutor {
|
||||||
tp2.setType(types.get(new Random().nextInt(types.size())));
|
tp2.setType(types.get(new Random().nextInt(types.size())));
|
||||||
listParameters.add(tp2);
|
listParameters.add(tp2);
|
||||||
|
|
||||||
return new TaskConfiguration(index+"", UUID.randomUUID().toString(), null, USERNAME, SCOPE, "my token", WORKSPACE_FOLDER_ID, listParameters);
|
return new TaskConfiguration(index+"", UUID.randomUUID().toString(), index+"name", null, USERNAME, SCOPE, "my token", WORKSPACE_FOLDER_ID, listParameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue