diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-28 10:12:56 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-28 10:12:56 +0100 |
commit | b76cfb3889140f1c771c1f98254f724aad3d4297 (patch) | |
tree | bb7beada7a603119ea2897f54a6af96814d850e1 /t/cobrand/form_extras.t | |
parent | 3f21a9742d89c3e4fda47a0be6ec2a17f802c99a (diff) | |
parent | a8ceae6c99b00aefcba301b2f41033d84701f56a (diff) |
Merge branch 'offline-tests'
Diffstat (limited to 't/cobrand/form_extras.t')
-rw-r--r-- | t/cobrand/form_extras.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/form_extras.t b/t/cobrand/form_extras.t index c6f6976d5..22a86ef21 100644 --- a/t/cobrand/form_extras.t +++ b/t/cobrand/form_extras.t @@ -29,7 +29,7 @@ my $mech = FixMyStreet::TestMech->new; FixMyStreet::override_config { ALLOWED_COBRANDS => [ { tester => '.' } ], - MAPIT_URL => 'http://mapit.mysociety.org/', + MAPIT_URL => 'http://mapit.uk/', }, sub { $mech->get_ok('/around'); $mech->submit_form_ok( { with_fields => { pc => 'EH1 1BB', } }, "submit location" ); |