aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_new.t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-06-16 13:07:05 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2014-07-03 15:03:46 +0100
commit11d322516722b3a91dc0854e332189928db7cb3d (patch)
tree419149f2d3f8134816763bc3a98dea22f4a50b9b /t/app/controller/report_new.t
parent291c66c7700b8e6c90052b6d4eb436909fbe0865 (diff)
Use https for UK site where appropriate
Council redirects, BASE_URL comparisons, hard coded links, email signatures For #488
Diffstat (limited to 't/app/controller/report_new.t')
-rw-r--r--t/app/controller/report_new.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t
index 157d63d01..e3dc46c64 100644
--- a/t/app/controller/report_new.t
+++ b/t/app/controller/report_new.t
@@ -1485,7 +1485,7 @@ subtest "categories from deleted bodies shouldn't be visible for new reports" =>
subtest "extra google analytics code displayed on logged in problem creation" => sub {
FixMyStreet::override_config {
ALLOWED_COBRANDS => [ { fixmystreet => '.' } ],
- BASE_URL => 'http://www.fixmystreet.com',
+ BASE_URL => 'https://www.fixmystreet.com',
MAPIT_URL => 'http://mapit.mysociety.org/',
}, sub {
# check that the user does not exist
@@ -1544,7 +1544,7 @@ subtest "extra google analytics code displayed on logged in problem creation" =>
subtest "extra google analytics code displayed on email confirmation problem creation" => sub {
FixMyStreet::override_config {
ALLOWED_COBRANDS => [ { fixmystreet => '.' } ],
- BASE_URL => 'http://www.fixmystreet.com',
+ BASE_URL => 'https://www.fixmystreet.com',
MAPIT_URL => 'http://mapit.mysociety.org/',
}, sub {
$mech->log_out_ok;