From 1428e2b2de67f3d45b9eb32247a0594516ede4d2 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 11 Mar 2013 19:07:55 +0000 Subject: Fix test word change. --- t/app/controller/auth.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/controller/auth.t') 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; } -- cgit v1.2.3