diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-25 11:56:38 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-25 12:45:06 +0100 |
commit | 2d7d19048e568ddd78fa4c6929a0c0ec896df3b8 (patch) | |
tree | bd0055887288b91c57c9714476e838f3218b4207 /t/app | |
parent | 190866a9a10a1b4a90b2426396d9710c4ee54f60 (diff) |
Stop admin_reportextrafields.t info messages.
Diffstat (limited to 't/app')
-rw-r--r-- | t/app/controller/admin_reportextrafields.t | 4 |
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); |