diff options
Diffstat (limited to 't/app/controller/auth_social.t')
-rw-r--r-- | t/app/controller/auth_social.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/auth_social.t b/t/app/controller/auth_social.t index ebde8e849..86aa92022 100644 --- a/t/app/controller/auth_social.t +++ b/t/app/controller/auth_social.t @@ -172,7 +172,7 @@ for my $state ( 'refused', 'no email', 'existing UID', 'okay' ) { } if ($state eq 'refused') { - $mech->content_contains('Sorry, we could not log you in. Please fill in the form below.'); + $mech->content_contains('Sorry, we could not log you in.'); $mech->not_logged_in_ok; } elsif ($state eq 'no email') { $mech->content_contains('We need your email address, please give it below.'); |