diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-08-07 15:34:37 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-08-16 14:25:12 +0100 |
commit | 774b0c8ebeae889e767719575d31e99f81dd28c2 (patch) | |
tree | 448fb8963a34db11e4dcedeacb7d6a00c3d693f4 | |
parent | 33266e59190cdd2d0af76496be7c31d42ae225fa (diff) |
[Westminster] Warnfix.
-rw-r--r-- | t/cobrand/westminster.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/westminster.t b/t/cobrand/westminster.t index b011f03ad..02120aa50 100644 --- a/t/cobrand/westminster.t +++ b/t/cobrand/westminster.t @@ -99,6 +99,7 @@ FixMyStreet::override_config { ALLOWED_COBRANDS => [ 'westminster' ], MAPIT_URL => 'http://mapit.uk/', STAGING_FLAGS => { send_reports => 1, skip_checks => 0 }, + COBRAND_FEATURES => { anonymous_account => { westminster => 'anon' } }, }, sub { subtest 'USRN set correctly' => sub { my $test_data = FixMyStreet::Script::Reports::send(); |