diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-03 16:37:27 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-04 13:34:17 +0100 |
commit | b816cd81fea58adcad5ae216b4dfe9030dad40aa (patch) | |
tree | 55c337ce183fd549037a7f3d29fcc39cc9367938 /t/cobrand | |
parent | b191bd1e83ad0ca152afc3a1c6c7823d9f4e683c (diff) |
Deal with a variety of low-level test warnings.
* Stop red warning being output by S3 bucket creation failure test
* Make sure 'num_old_reports' is always a number on /around pages
* Stop 'category_extra' being generated when unnecessary
* Prevent warning printed in getservicerequestupdates.t
* Prevent info lines from being output in develop.t
* Remove line of #s in root.t
* And an ID diag in zurich.t
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/zurich.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index dbd6ec882..2f60231ab 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -959,7 +959,6 @@ subtest "test stats" => sub { }; subtest "test admin_log" => sub { - diag $report->id; my @entries = FixMyStreet::DB->resultset('AdminLog')->search({ object_type => 'problem', object_id => $report->id, |