diff options
Diffstat (limited to 'perllib/Integrations/Echo.pm')
-rw-r--r-- | perllib/Integrations/Echo.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perllib/Integrations/Echo.pm b/perllib/Integrations/Echo.pm index ec21da8fa..2bd98b777 100644 --- a/perllib/Integrations/Echo.pm +++ b/perllib/Integrations/Echo.pm @@ -100,7 +100,10 @@ sub GetTasks { Ref => { Value => { anyType => [ 234, 567 ] } }, CompletedDate => undef }, - { Ref => { Value => { anyType => [ 345, 678 ] } }, CompletedDate => undef }, + { + Ref => { Value => { anyType => [ 345, 678 ] } }, + State => { Name => 'Not Completed' } + }, { Ref => { Value => { anyType => [ 456, 789 ] } }, CompletedDate => undef }, ] if $self->sample_data; |