diff options
Diffstat (limited to 't/app/controller/report_new.t')
-rw-r--r-- | t/app/controller/report_new.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index 9b10de2bf..6ea4c9523 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -85,7 +85,7 @@ my $contact6 = $mech->create_contact_ok( ); my $contact7 = $mech->create_contact_ok( body_id => $body_ids{2227}, # Hampshire - category => 'Street lighting', + category => 'Street lighting', email => 'highways@example.com', ); my $contact8 = $mech->create_contact_ok( |