aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-09-11 18:58:31 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-10-14 11:29:59 +0100
commita92bb19ebd9e0209373ad07a513b7460d65a3f64 (patch)
tree66dc6aa0ab7b8835cfe710b6a5fb0637ad2c727c /t/cobrand
parent07891b75a6973f4503789d6a231ca34c984c9a15 (diff)
[Westminster] Test warnfixes.
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/westminster.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/cobrand/westminster.t b/t/cobrand/westminster.t
index 303401de6..84def0917 100644
--- a/t/cobrand/westminster.t
+++ b/t/cobrand/westminster.t
@@ -3,6 +3,10 @@ use Test::MockModule;
use FixMyStreet::TestMech;
use FixMyStreet::Script::Reports;
+# disable info logs for this test run
+FixMyStreet::App->log->disable('info');
+END { FixMyStreet::App->log->enable('info'); }
+
ok( my $mech = FixMyStreet::TestMech->new, 'Created mech object' );
my $cobrand = Test::MockModule->new('FixMyStreet::Cobrand::Westminster');