aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-06-24 10:04:38 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-06-24 10:04:38 +0100
commit62b19194a099e6e5ac1140aea0ed42744cdff786 (patch)
treed508223a68c33c329a2820e56be942a8df6357f6 /t/app/controller
parent6925b2001fce440e42d647d3733db0f15e838019 (diff)
parentfac0142cd6230f5d9045ba4e6438ab3e328d808c (diff)
Merge branch 'improve-server-closest-road'
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/contact_enquiry.t2
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;