diff options
Diffstat (limited to 't/app')
-rw-r--r-- | t/app/controller/report_new.t | 2 | ||||
-rw-r--r-- | t/app/controller/reports.t | 1 | ||||
-rw-r--r-- | t/app/model/problem.t | 3 |
3 files changed, 1 insertions, 5 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index f3bee0513..33324d210 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -1639,7 +1639,7 @@ subtest "inspectors get redirected directly to the report page" => sub { FixMyStreet::override_config { ALLOWED_COBRANDS => [ { fixmystreet => '.' } ], BASE_URL => 'https://www.fixmystreet.com', - MAPIT_URL => 'http://mapit.mysociety.org/', + MAPIT_URL => 'http://mapit.uk/', }, sub { $mech->log_out_ok; diff --git a/t/app/controller/reports.t b/t/app/controller/reports.t index a21d3ad65..56b4cce8c 100644 --- a/t/app/controller/reports.t +++ b/t/app/controller/reports.t @@ -199,7 +199,6 @@ is $stats->{'Westminster City Council'}->[1], 5, 'non public reports included in subtest "test fiksgatami all reports page" => sub { FixMyStreet::override_config { ALLOWED_COBRANDS => [ 'fiksgatami' ], - MAPIT_URL => 'http://mapit.nuug.no/', }, sub { $mech->create_body_ok(3, 'Oslo'); ok $mech->host("fiksgatami.no"), 'change host to fiksgatami'; diff --git a/t/app/model/problem.t b/t/app/model/problem.t index 6b1be0a76..47f654236 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -531,7 +531,6 @@ foreach my $test ( { my $override = { ALLOWED_COBRANDS => [ 'fixmystreet' ], BASE_URL => 'http://www.fixmystreet.com', - MAPIT_URL => 'http://mapit.mysociety.org/', }; if ( $test->{cobrand} && $test->{cobrand} =~ /hart/ ) { $override->{ALLOWED_COBRANDS} = [ 'hart' ]; @@ -607,8 +606,6 @@ foreach my $test ( { subtest 'check can set mutiple emails as a single contact' => sub { my $override = { ALLOWED_COBRANDS => [ 'fixmystreet' ], - BASE_URL => 'http://www.fixmystreet.com', - MAPIT_URL => 'http://mapit.mysociety.org/', }; my $contact = { |