aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_new.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/report_new.t
parent1a7835da6ee96d0287c4523110ebb01f662cafd6 (diff)
parentf7873a97d3be13251da30f12705c3dafa5468995 (diff)
Merge in upgraded Catalyst branch.
Diffstat (limited to 't/app/controller/report_new.t')
-rw-r--r--t/app/controller/report_new.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t
index af18c39b9..ae6f760d8 100644
--- a/t/app/controller/report_new.t
+++ b/t/app/controller/report_new.t
@@ -1343,7 +1343,7 @@ subtest "test report creation for a category that is non public" => sub {
$contact1->update( { non_public => 0 } );
};
-$contact2->category( "Pothol\xc3\xa9s" );
+$contact2->category( "Pothol\x{00E9}s" );
$contact2->update;
subtest "check map click ajax response" => sub {