diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-07-04 09:49:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-07-04 09:49:58 +0100 |
commit | 4eaee83ce8ed509100470ab7f347987a5c3e71e6 (patch) | |
tree | d9a6af765af748d64ad615d89ca0a4b2b2e05edf /t/app/controller | |
parent | 7c6e96534f0b307fa47294ca21c699f1ba09d3de (diff) | |
parent | 198b2a3dc0d4eff3887e90cb176ca91c32ca0341 (diff) |
Merge branch 'use-https-urls-for-uk'
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_new.t | 4 |
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; |