aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/app/controller/admin_reportextrafields.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/app/controller/admin_reportextrafields.t b/t/app/controller/admin_reportextrafields.t
index 4c706687a..fb06665f4 100644
--- a/t/app/controller/admin_reportextrafields.t
+++ b/t/app/controller/admin_reportextrafields.t
@@ -31,6 +31,10 @@ package main;
use FixMyStreet::TestMech;
+# disable info logs for this test run
+FixMyStreet::App->log->disable('info');
+END { FixMyStreet::App->log->enable('info'); }
+
my $mech = FixMyStreet::TestMech->new;
my $user = $mech->create_user_ok('superuser@example.com', name => 'Super User', is_superuser => 1);