diff options
Diffstat (limited to 't/app/controller/report_new.t')
-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 |