diff options
Diffstat (limited to 't')
-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"'); |