aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-07-29 18:11:34 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-07-29 22:32:32 +0100
commit751fdd61a61c1b1e2e2c76249fe67f8aab112eb0 (patch)
tree24688e495546a9dcfa1dd768f89d0b0b6d4d2d9e /t/cobrand
parentc9500b5dc75640e5b17a9a0fb99e0ed19b738e13 (diff)
Removal old Southampton/Reading/Lichfield cobrands.
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/councils.t2
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 {