Fix app tests
This commit is contained in:
parent
d17e9bf721
commit
31cd3433bd
|
@ -10,7 +10,8 @@ const common = {
|
|||
task_on_failure: null,
|
||||
text_alert: false,
|
||||
agent: null,
|
||||
policy: 1
|
||||
policy: 1,
|
||||
assignedtask: []
|
||||
};
|
||||
|
||||
const diskcheck = {
|
||||
|
|
Loading…
Reference in New Issue