aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/sendreport/email.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/sendreport/email.t')
-rw-r--r--t/app/sendreport/email.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/sendreport/email.t b/t/app/sendreport/email.t
index 106a31c42..8063c928f 100644
--- a/t/app/sendreport/email.t
+++ b/t/app/sendreport/email.t
@@ -33,6 +33,7 @@ my $contact = FixMyStreet::App->model('DB::Contact')->find_or_create(
my $row = FixMyStreet::App->model('DB::Problem')->new( {
bodies_str => '1000',
category => 'category',
+ cobrand => '',
} );
ok $e;