diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-20 08:04:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-20 08:04:28 +0100 |
commit | 873ea570cc429b378eb33c8de90570a10414264c (patch) | |
tree | 094b86743e3e0267ec04fb36cb3f2245d402f163 /t/app/controller/alert.t | |
parent | 85ae59fdd1d8690efc569a193853072eb2519c89 (diff) | |
parent | e133cdcfda4b25e3fd04db6febf663009add05bc (diff) |
Merge branch 'issues/commercial/1064-main-road-br5'
Diffstat (limited to 't/app/controller/alert.t')
-rw-r--r-- | t/app/controller/alert.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/app/controller/alert.t b/t/app/controller/alert.t index ce3c2ef9b..57e73e5ec 100644 --- a/t/app/controller/alert.t +++ b/t/app/controller/alert.t @@ -1,5 +1,3 @@ -use LWP::Protocol::PSGI; - use FixMyStreet::TestMech; my $mech = FixMyStreet::TestMech->new; @@ -39,7 +37,6 @@ FixMyStreet::override_config { $mech->content_contains('ward:2651:20728:Edinburgh:City_Centre'); subtest "Test Nominatim lookup" => sub { - LWP::Protocol::PSGI->register(t::Mock::Nominatim->run_if_script, host => 'nominatim.openstreetmap.org'); $mech->get_ok('/alert/list?pc=High Street'); $mech->content_contains('We found more than one match for that location'); }; |