diff options
author | Myfanwy Nixon <myf@mysociety.org> | 2014-04-10 17:11:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-05-16 18:24:22 +0100 |
commit | 3687cc573db7fbdae09773d9007bc6abeac89409 (patch) | |
tree | 0931cf51030a5bcf55fe7bf9fc07611735d76007 /t/app/controller/auth.t | |
parent | 0d190daf11c8ff29fd53b3a342d0717f5b73da05 (diff) |
Update all email templates with new text.
And FixMyStreet.com specific open questionnaire page.
Diffstat (limited to 't/app/controller/auth.t')
-rw-r--r-- | t/app/controller/auth.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/auth.t b/t/app/controller/auth.t index 3d52c0925..17ba0d1a0 100644 --- a/t/app/controller/auth.t +++ b/t/app/controller/auth.t @@ -66,7 +66,7 @@ $mech->not_logged_in_ok; $mech->email_count_is(1); my $email = $mech->get_email; $mech->clear_emails_ok; - is $email->header('Subject'), "Your FixMyStreet.com account details", + is $email->header('Subject'), "Your FixMyStreet account details", "subject is correct"; is $email->header('To'), $test_email, "to is correct"; |