diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-05 14:13:40 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-05 14:13:40 +0100 |
commit | c245810f3b2549dfeded4511cd4ec1b13e5bdfd3 (patch) | |
tree | de7edac19a3bb2365b8af010f27ed4c37606409c /t/app/controller | |
parent | d98932ca12742253938a9dcad8c36c4cbd227db7 (diff) |
do not put postcode in alert page title
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/alert.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/alert.t b/t/app/controller/alert.t index d644c4f78..25feaf20d 100644 --- a/t/app/controller/alert.t +++ b/t/app/controller/alert.t @@ -21,7 +21,7 @@ $mech->content_contains('Local RSS feeds and email alerts'); $mech->content_contains('html lang="en-gb"'); $mech->get_ok('/alert/list?pc=ZZ99ZY'); -$mech->title_like(qr/^Local RSS feeds and email alerts for ZZ9 9ZY/); +$mech->title_like(qr/^Local RSS feeds and email alerts/); $mech->content_contains('Local RSS feeds and email alerts for ZZ9 9ZY'); $mech->content_contains('html lang="en-gb"'); |