diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-07-29 18:11:34 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-07-29 22:32:32 +0100 |
commit | 751fdd61a61c1b1e2e2c76249fe67f8aab112eb0 (patch) | |
tree | 24688e495546a9dcfa1dd768f89d0b0b6d4d2d9e /t/cobrand | |
parent | c9500b5dc75640e5b17a9a0fb99e0ed19b738e13 (diff) |
Removal old Southampton/Reading/Lichfield cobrands.
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/councils.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/councils.t b/t/cobrand/councils.t index 0cf25ebdf..0e8b71f04 100644 --- a/t/cobrand/councils.t +++ b/t/cobrand/councils.t @@ -5,7 +5,7 @@ use Test::More; use FixMyStreet::TestMech; my $mech = FixMyStreet::TestMech->new; -foreach my $council (qw/southampton reading bromley/) { +foreach my $council (qw/oxfordshire bromley/) { FixMyStreet::override_config { ALLOWED_COBRANDS => [ $council ], }, sub { |