diff options
Diffstat (limited to 't/app/sendreport/email/tfl.t')
-rw-r--r-- | t/app/sendreport/email/tfl.t | 1 |
1 files changed, 1 insertions, 0 deletions
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 => '', |