diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-09 11:28:56 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-09 11:28:56 +0000 |
commit | 4a8ec58a44e09fa92d289d1a93eef1d8337b4385 (patch) | |
tree | e7a3e0a4bf2970f412105380af1baf620a93a5c9 /t/open311.t | |
parent | 3e0441e1dfc287bbdec0a5198f64ef3ff1f7f4ae (diff) |
be less restrictive about how open 311 status updates can change states
as logged in council users don't have the same restrictions
also, fix open311 status name of unable to fix
Diffstat (limited to 't/open311.t')
-rw-r--r-- | t/open311.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/open311.t b/t/open311.t index 82a6b420f..e897d3524 100644 --- a/t/open311.t +++ b/t/open311.t @@ -273,7 +273,7 @@ foreach my $test ( state => 'unable to fix', anon => 0, status => 'CLOSED', - extended => 'UNABLE_TO_FIX', + extended => 'NO_FURTHER_ACTION', }, { desc => 'comment with closed state sends status of CLOSED', |