diff options
Diffstat (limited to 't')
-rw-r--r-- | t/app/controller/contact.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t index aabf915ad..7c2769b9c 100644 --- a/t/app/controller/contact.t +++ b/t/app/controller/contact.t @@ -99,7 +99,7 @@ for my $test ( $mech->content_contains( $test->{update}->{text} ); } else { $mech->get_ok( '/contact?id=' . $problem->id ); - $mech->content_contains('Does this report break our'); + $mech->content_contains('reporting the following problem'); $mech->content_contains( $test->{title} ); $mech->content_contains( $test->{meta} ); } |