diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-09 10:46:00 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-09 10:46:00 +0100 |
commit | effc84d3731b1c7e78d08bc2d039e075c937ff70 (patch) | |
tree | d653a8d763492c6b625ab68cdb5422270236d046 | |
parent | 0cecc6857351bfe9a80240a8c0910debd9f8dbe9 (diff) |
[Zurich] Add areas in test reports to fix warning.
-rw-r--r-- | t/cobrand/zurich.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t index f1540e2b8..53d8dba0f 100644 --- a/t/cobrand/zurich.t +++ b/t/cobrand/zurich.t @@ -115,6 +115,7 @@ my @reports = $mech->create_problems_for_body( 1, $division->id, 'Test', { confirmed => undef, cobrand => 'zurich', photo => $sample_photo, + areas => ',423017,', }); my $report = $reports[0]; @@ -482,6 +483,7 @@ $mech->clear_emails_ok; confirmed => undef, cobrand => 'zurich', photo => $sample_photo, + areas => ',423017,', }); $report = $reports[0]; @@ -523,6 +525,7 @@ $mech->email_count_is(0); confirmed => undef, cobrand => 'zurich', photo => $sample_photo, + areas => ',423017,', }); $report = $reports[0]; |