diff options
-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(); |