diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-06-21 10:10:08 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-06-21 22:49:14 +0100 |
commit | fac0142cd6230f5d9045ba4e6438ab3e328d808c (patch) | |
tree | de1913d2e7f98de68c6b5f5b79fe28765d69b074 /t/app/controller | |
parent | 7981c74546379a9ed78085158718e8d9c09a28f4 (diff) |
[UK] Improve server-side nearest road lookup.
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/contact_enquiry.t | 2 |
1 files changed, 1 insertions, 1 deletions
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; |