From 2de5f6d20e8aed1c173f93a3265fd23de578b5c8 Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Thu, 8 Aug 2019 15:33:31 +0100 Subject: [Westminster] Disallow TfL categories on cobrand Also tidies up the categories_restriction query for Northamptonshire. --- t/app/controller/auth_social.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/controller') 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'); -- cgit v1.2.3