aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/around.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-05-14 10:22:15 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-14 10:22:15 +0100
commit345a03f5ad2d71948ca4383682a5549f3053486b (patch)
tree8b156f90f383c5987138f115e6f7437075ad04bb /t/app/controller/around.t
parent1a7835da6ee96d0287c4523110ebb01f662cafd6 (diff)
parentf7873a97d3be13251da30f12705c3dafa5468995 (diff)
Merge in upgraded Catalyst branch.
Diffstat (limited to 't/app/controller/around.t')
-rw-r--r--t/app/controller/around.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/around.t b/t/app/controller/around.t
index b123692fa..5ef37f197 100644
--- a/t/app/controller/around.t
+++ b/t/app/controller/around.t
@@ -366,7 +366,7 @@ subtest 'check map zoom level customisation' => sub {
subtest 'check nearby lookup' => sub {
my $p = FixMyStreet::DB->resultset("Problem")->search({ external_body => "Pothole-confirmed" })->first;
$mech->get_ok('/around/nearby?latitude=51.754926&longitude=-1.256179&filter_category=Pothole');
- $mech->content_contains('["51.754926","-1.256179","yellow",' . $p->id . ',"Around page Test 1 for ' . $body->id . '","small",false]');
+ $mech->content_contains('[51.754926,-1.256179,"yellow",' . $p->id . ',"Around page Test 1 for ' . $body->id . '","small",false]');
};
done_testing();