aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-02-01 15:00:03 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-02-02 16:32:40 +0000
commit40076e8ea07de1d68dbfa1b33b48500a3c031634 (patch)
tree902bb772aa8d25f4ed3fd024c78d9618454cdd68 /t/app/controller
parent64e43ba8d5d4223cdd0eb29bea289201a490a4de (diff)
Show ‘unable to fix’ state as ‘no further action’.
Bromley had this already in its update state change messages.
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/report_updates.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t
index 6fc7bb8e1..41d181e65 100644
--- a/t/app/controller/report_updates.t
+++ b/t/app/controller/report_updates.t
@@ -594,7 +594,7 @@ for my $test (
name => $user->name,
may_show_name => 1,
update => 'Set state to unable to fix',
- state => 'unable to fix',
+ state => 'no further action',
},
state => 'unable to fix',
},