aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/about.t
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-08-29 10:37:26 +0100
committerChris Mytton <self@hecticjeff.net>2013-08-30 15:11:38 +0100
commit25943aaa61115a5ba573ab48c3dcebf55e9da970 (patch)
tree86d109fa21faa9673a6de64858c3c2d9a9d36e40 /t/app/controller/about.t
parent2067c1bd0fecf40a2cadb90bf02df525ce6d2fbc (diff)
Fix about controller test
Diffstat (limited to 't/app/controller/about.t')
-rw-r--r--t/app/controller/about.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/about.t b/t/app/controller/about.t
index 4e49cdac9..ed28eb584 100644
--- a/t/app/controller/about.t
+++ b/t/app/controller/about.t
@@ -24,7 +24,7 @@ SKIP: {
# check that geting the page as EHA in welsh produces a different page
ok $mech->host("cy.reportemptyhomes.co.uk"), 'host to cy.reportemptyhomes';
$mech->get_ok('/about');
- $mech->content_like(qr{Amdanom ni ::\s+Adrodd am Eiddo Gwag});
+ $mech->content_like(qr{Amdanom ni ::\s+Rhoi gwybod am eiddo gwag});
$mech->content_contains('html lang="cy"');
}