aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-11-19 11:23:11 +0000
committerMatthew Somerville <matthew@mysociety.org>2019-11-19 11:23:13 +0000
commit399a38c4636fac6ce4a2eb21053604ba74309a36 (patch)
tree1ce5856b2ec5600990784c0d9e315776f679f5e3 /t/cobrand
parent37bc826c8ee49d11fd56d7ec612009b57d277582 (diff)
[UK] Updates only by reporter on open reports conf
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/councils.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/cobrand/councils.t b/t/cobrand/councils.t
index 1cd9c491e..a194a9be1 100644
--- a/t/cobrand/councils.t
+++ b/t/cobrand/councils.t
@@ -55,6 +55,8 @@ subtest "Test update shown/not shown appropriately" => sub {
{ type => 'none', update => [0,0,0] },
{ type => 'staff', update => [0,0,1] },
{ type => 'reporter', update => [0,1,1] },
+ { type => 'reporter-open', state => 'closed', update => [0,0,0] },
+ { type => 'reporter-open', state => 'in progress', update => [0,1,1] },
{ type => 'open', state => 'closed', update => [0,0,0] },
{ type => 'open', state => 'in progress', update => [1,1,1] },
) {