diff options
Diffstat (limited to 't/app/controller/about.t')
-rw-r--r-- | t/app/controller/about.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/about.t b/t/app/controller/about.t index 84eab005a..a5fb215d3 100644 --- a/t/app/controller/about.t +++ b/t/app/controller/about.t @@ -8,7 +8,7 @@ ok( my $mech = Test::WWW::Mechanize::Catalyst->new, 'Created mech object' ); # check that we can get the page $mech->get_ok('/about'); -$mech->content_like(qr{About us ::\s+FixMyStreet.com}); +$mech->content_like(qr{About us ::\s+FixMyStreet}); $mech->content_contains('html lang="en-gb"'); SKIP: { |