diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-11-27 10:35:08 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-11-27 15:08:05 +0000 |
commit | 113236d05f72e3bb5b23da9da7bb7c5ff48e0b1b (patch) | |
tree | e8dd19b7852a1abeace45a6564bccef7b01626b9 /t/cobrand | |
parent | b36f62bdaf4ca3775c2d6efc4974f98dbd105850 (diff) |
[UK] Updates disallowed template work out message.
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/isleofwight.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/isleofwight.t b/t/cobrand/isleofwight.t index 1d22eb517..9e1b80c68 100644 --- a/t/cobrand/isleofwight.t +++ b/t/cobrand/isleofwight.t @@ -104,6 +104,7 @@ subtest "only original reporter can comment" => sub { FixMyStreet::override_config { MAPIT_URL => 'http://mapit.uk/', ALLOWED_COBRANDS => 'isleofwight', + COBRAND_FEATURES => { updates_allowed => { isleofwight => 'reporter' } }, }, sub { $mech->get_ok('/report/' . $reports[0]->id); $mech->content_contains('Only the original reporter may leave updates'); |