aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/auth.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/controller/auth.t
parentbf062b508081521201cf315f483b7aee3a6a0c7b (diff)
parent3687cc573db7fbdae09773d9007bc6abeac89409 (diff)
Merge branch '700-auto-emails'
Diffstat (limited to 't/app/controller/auth.t')
-rw-r--r--t/app/controller/auth.t2
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";