diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-08-21 13:01:55 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-11-11 10:29:20 +0000 |
commit | 5e645b3e795e0d9a60425f0d8240c2263dc5a89d (patch) | |
tree | 0623cbcdf7ecc54725beba2a506549ac774134bb /perllib/Integrations/Echo.pm | |
parent | 45bd2f6427e81890fde87748280d6f75370bb13d (diff) |
[Bromley] Check templates for completion message.
Diffstat (limited to 'perllib/Integrations/Echo.pm')
-rw-r--r-- | perllib/Integrations/Echo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Integrations/Echo.pm b/perllib/Integrations/Echo.pm index d8608708e..5878cdfa1 100644 --- a/perllib/Integrations/Echo.pm +++ b/perllib/Integrations/Echo.pm @@ -93,7 +93,7 @@ sub GetTasks { { Ref => { Value => { anyType => [ 123, 456 ] } }, State => { Name => 'Completed' }, - Resolution => { Name => 'Wrong Bin Out' }, + Resolution => { Ref => { Value => { anyType => 187 } }, Name => 'Wrong Bin Out' }, CompletedDate => { DateTime => '2020-05-27T10:00:00Z' } }, { |