aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-11-05 17:13:27 +0000
committerMatthew Somerville <matthew@mysociety.org>2019-11-08 11:58:19 +0000
commit2dbcea98a4511b8f5830244a14faaceefb5e3c91 (patch)
tree55752949d7aa8a340b820ecf5630224e54a59774 /t/app/controller
parentf5fdcabddad82510fbaff75e13e1f63e0f8d01f8 (diff)
Factor out admin template code to own controller.
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/admin/templates.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/app/controller/admin/templates.t b/t/app/controller/admin/templates.t
index 6944f4b04..3bbd7bf85 100644
--- a/t/app/controller/admin/templates.t
+++ b/t/app/controller/admin/templates.t
@@ -45,8 +45,6 @@ my $report = FixMyStreet::App->model('DB::Problem')->find_or_create(
}
);
-$mech->log_in_ok( $superuser->email );
-
my $report_id = $report->id;
ok $report, "created test report - $report_id";