diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-14 10:37:41 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-14 10:37:41 +0000 |
commit | 85ed45239a70f41afc8446cfc0f53acaffdeee3f (patch) | |
tree | 0a30d8db5d46628d37e3728eea15394245592c52 /t/app/controller/auth.t | |
parent | 1d2bf7c4c9d00ac25b715a3797c9a7f5bd9c170c (diff) | |
parent | e7036ce558eebb9bde980aa1206cb4d67683ae3d (diff) |
Merge branch 'zurich'
Conflicts:
locale/FixMyStreet.po
locale/cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po
locale/de_CH.UTF-8/LC_MESSAGES/FixMyStreet.po
locale/nb_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
locale/nn_NO.UTF-8/LC_MESSAGES/FixMyStreet.po
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 67466e959..8d7bfbf4d 100644 --- a/t/app/controller/auth.t +++ b/t/app/controller/auth.t @@ -95,7 +95,7 @@ $mech->not_logged_in_ok; $mech->log_out_ok; $mech->get_ok($link); is $mech->uri, $link, "not logged in"; - $mech->content_contains( 'Link too old or already used', + $mech->content_contains( 'too old or already used', 'token now invalid' ); $mech->not_logged_in_ok; } |