aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-05-25 17:04:20 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-05-25 17:04:20 +0100
commit7f4279e44fa11aa2aa4a5f95b50c9e16d1d6e9e3 (patch)
tree94b34023c9d5d35e524233b16dfb5faaf6a6de2d /t/app/controller
parenteb4883cdf10c73d8985a1cd3c8eae3df7d13a34f (diff)
Bromley details in cobrand.
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/report_new.t2
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