aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model/problem.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-05-16 18:25:32 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-05-16 18:25:32 +0100
commit90208bb808c84209b16ce1628e04a8eaa6e10448 (patch)
tree65d02dd615762cabdfdbc2a026885ebef1ea23e2 /t/app/model/problem.t
parentbf062b508081521201cf315f483b7aee3a6a0c7b (diff)
parent3687cc573db7fbdae09773d9007bc6abeac89409 (diff)
Merge branch '700-auto-emails'
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r--t/app/model/problem.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t
index 24ed959af..f15d56bfe 100644
--- a/t/app/model/problem.t
+++ b/t/app/model/problem.t
@@ -666,8 +666,8 @@ subtest 'check can turn on report sent email alerts' => sub {
ok defined( $problem->whensent ), 'whensent set';
$email = $emails[1];
- like $email->header('Subject'), qr/Problem Report Sent/, 'report sent email title correct';
- like $email->body, qr/Your report about/, 'report sent body correct';
+ like $email->header('Subject'), qr/FixMyStreet Report Sent/, 'report sent email title correct';
+ like $email->body, qr/to submit your report/, 'report sent body correct';
$send_confirmation_mail_override->restore();
};