From 7f4279e44fa11aa2aa4a5f95b50c9e16d1d6e9e3 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 25 May 2012 17:04:20 +0100 Subject: Bromley details in cobrand. --- t/app/controller/report_new.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/controller') diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index 74355c2d4..29fb650e5 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -919,7 +919,7 @@ for my $test ( ok $email, "got an email"; like $email->body, qr/confirm the problem/i, "confirm the problem"; - my ($url) = $email->body =~ m{(http://\S+)}; + my ($url) = $email->body =~ m{(https?://\S+)}; ok $url, "extracted confirm url '$url'"; # confirm token in order to update the user details -- cgit v1.2.3