diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-04 16:15:18 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-04 16:15:18 +0100 |
commit | c358aa2beeb4637d190a91def6c7a4b23d162b51 (patch) | |
tree | 6019e1e9c362dd71dc6731e200ae7f6fc6fb20df /t/cobrand | |
parent | 96bb52d449517b1018841e56e6008dedd03e6f3b (diff) | |
parent | a123e7da22e9dbf8d98d15287526d070ab15bf15 (diff) |
Merge branch 'test-warnings'
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, |