aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-03-11 19:07:55 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-03-11 19:07:55 +0000
commit1428e2b2de67f3d45b9eb32247a0594516ede4d2 (patch)
treec7654026bb029cccbdd31f12655257a97547a685 /t
parentfd3090b3591b507d42840d54205f76beab954775 (diff)
Fix test word change.
Diffstat (limited to '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 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;
}