diff options
Diffstat (limited to 't/cobrand/zurich.t')
-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]; |