#441 add dynamic host to activiti components

This commit is contained in:
Mario Romano
2016-07-25 19:31:27 +01:00
parent d604a1f766
commit 126fecdf34
7 changed files with 24 additions and 27 deletions

View File

@@ -81,7 +81,7 @@ describe('ActivitiTaskList', () => {
});
beforeEach(() => {
let activitiSerevice = new ActivitiTaskListService(null);
let activitiSerevice = new ActivitiTaskListService(null, null);
taskList = new ActivitiTaskList(null, null, activitiSerevice);
});