diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-25 18:07:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-25 18:07:20 +0100 |
commit | 6b26b7ec133eb9bdd4a9bed45477ec6d9d78304c (patch) | |
tree | 24cc24b1536ea4bdd6fa717a5a268d85ddad3325 /t/app/controller | |
parent | 0ff2c1689fafab7ed533b3989075c34f3c1a8779 (diff) | |
parent | 5ab9f3916e43372a89dd78740b752de2c7cf2552 (diff) |
Merge remote-tracking branch 'origin/bromley' into bromley
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_new.t | 2 |
1 files changed, 1 insertions, 1 deletions
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 |