diff options
Diffstat (limited to 't/app')
-rw-r--r-- | t/app/sendreport/email/highways.t | 1 | ||||
-rw-r--r-- | t/app/sendreport/email/tfl.t | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/t/app/sendreport/email/highways.t b/t/app/sendreport/email/highways.t index f53062336..452dda822 100644 --- a/t/app/sendreport/email/highways.t +++ b/t/app/sendreport/email/highways.t @@ -11,6 +11,7 @@ $mech->create_contact_ok(email => 'council@example.com', body_id => $bromley->id $mech->create_contact_ok(email => 'highways@example.com', body_id => $highways->id, category => 'Pothole'); my $row = FixMyStreet::DB->resultset('Problem')->new( { + id => 123, bodies_str => '1000', category => 'Pothole', cobrand => '', diff --git a/t/app/sendreport/email/tfl.t b/t/app/sendreport/email/tfl.t index 0322de551..8c6eeffa0 100644 --- a/t/app/sendreport/email/tfl.t +++ b/t/app/sendreport/email/tfl.t @@ -11,6 +11,7 @@ $mech->create_contact_ok(email => 'council@example.com', body_id => $bromley->id $mech->create_contact_ok(email => 'tfl@example.com', body_id => $tfl->id, category => 'Traffic lights'); my $row = FixMyStreet::DB->resultset('Problem')->new( { + id => 456, bodies_str => '1000', category => 'Faulty street light', cobrand => '', |