aboutsummaryrefslogtreecommitdiffstats
path: root/t/app
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2019-08-08 15:33:31 +0100
committerDave Arter <davea@mysociety.org>2019-08-18 20:30:22 +0100
commit2de5f6d20e8aed1c173f93a3265fd23de578b5c8 (patch)
treef07ed62c0d499fd5efa7d2498075deb7968306f6 /t/app
parentfb26467ee1c49dae6b46e93757d4b19903676bd8 (diff)
[Westminster] Disallow TfL categories on cobrand
Also tidies up the categories_restriction query for Northamptonshire.
Diffstat (limited to 't/app')
-rw-r--r--t/app/controller/auth_social.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/auth_social.t b/t/app/controller/auth_social.t
index 80b700e29..f499da659 100644
--- a/t/app/controller/auth_social.t
+++ b/t/app/controller/auth_social.t
@@ -14,7 +14,7 @@ my $mech = FixMyStreet::TestMech->new;
FixMyStreet::App->log->disable('info');
END { FixMyStreet::App->log->enable('info'); }
-my $body = $mech->create_body_ok(2504, 'Westminster Council');
+my $body = $mech->create_body_ok(2504, 'Westminster City Council');
my ($report) = $mech->create_problems_for_body(1, $body->id, 'My Test Report');