diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-06-24 10:04:38 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-06-24 10:04:38 +0100 |
commit | 62b19194a099e6e5ac1140aea0ed42744cdff786 (patch) | |
tree | d508223a68c33c329a2820e56be942a8df6357f6 /t/app/controller | |
parent | 6925b2001fce440e42d647d3733db0f15e838019 (diff) | |
parent | fac0142cd6230f5d9045ba4e6438ab3e328d808c (diff) |
Merge branch 'improve-server-closest-road'
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; |