diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-03-09 13:28:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-03-09 15:42:40 +0000 |
commit | 468e81212c9a15f25a3ae6bf9c94505f02cdc7e7 (patch) | |
tree | 6150ee30feb65cd6697add9a868773187cf63afd /t | |
parent | 630ad091519dff8aa9371502005fbb788d349632 (diff) |
A number of warnfixes in tests.
Diffstat (limited to 't')
-rw-r--r-- | t/cobrand/cheshireeast.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/cobrand/cheshireeast.t b/t/cobrand/cheshireeast.t index c6c8198ab..4924a96ee 100644 --- a/t/cobrand/cheshireeast.t +++ b/t/cobrand/cheshireeast.t @@ -4,6 +4,9 @@ use FixMyStreet::TestMech; use FixMyStreet::Script::Alerts; use FixMyStreet::Script::Reports; +FixMyStreet::App->log->disable('info'); +END { FixMyStreet::App->log->enable('info'); } + my $mech = FixMyStreet::TestMech->new; my $body = $mech->create_body_ok( 21069, 'Cheshire East Council', { |