aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/rss.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/rss.t
parent1a7835da6ee96d0287c4523110ebb01f662cafd6 (diff)
parentf7873a97d3be13251da30f12705c3dafa5468995 (diff)
Merge in upgraded Catalyst branch.
Diffstat (limited to 't/app/controller/rss.t')
-rw-r--r--t/app/controller/rss.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/app/controller/rss.t b/t/app/controller/rss.t
index a8101b593..04e63711c 100644
--- a/t/app/controller/rss.t
+++ b/t/app/controller/rss.t
@@ -1,3 +1,4 @@
+use utf8;
use open ':std', ':locale';
use FixMyStreet::TestMech;
use FixMyStreet::App;
@@ -97,7 +98,7 @@ $report->geocode(
'estimatedTotal' => 1
}
],
- 'copyright' => "Copyright \x{a9} 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
+ 'copyright' => "Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
'statusCode' => 200,
'authenticationResultCode' => 'ValidCredentials'
}