diff options
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 { |