From fac0142cd6230f5d9045ba4e6438ab3e328d808c Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 21 Jun 2019 10:10:08 +0100 Subject: [UK] Improve server-side nearest road lookup. --- t/app/controller/contact_enquiry.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/controller') diff --git a/t/app/controller/contact_enquiry.t b/t/app/controller/contact_enquiry.t index 3f2989695..483289d5f 100644 --- a/t/app/controller/contact_enquiry.t +++ b/t/app/controller/contact_enquiry.t @@ -238,7 +238,7 @@ FixMyStreet::override_config { subtest 'Check Open311 sending of the above report' => sub { my $module = Test::MockModule->new('FixMyStreet::Cobrand::UKCouncils'); - $module->mock(get => sub ($) { '' }); + $module->mock(get => sub ($) { '{}' }); my $test_data = FixMyStreet::Script::Reports::send(); my $req = $test_data->{test_req_used}; my $found = 0; -- cgit v1.2.3