diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-15 12:34:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-15 12:34:01 +0000 |
commit | 314f3be6ecc3ac7d33a6619a56ecfbab2f6ea494 (patch) | |
tree | 73ae42b00de6ade2acc6417f8e4779844150d1c5 /t/cobrand | |
parent | d51c9bcd916a69b3a71d7d7bdb591c2afcfb5503 (diff) | |
parent | c9dd01a66866dbd7ff867608edcd5c82a0b5e1db (diff) |
Merge branch '1905-fix-broken-geocoder-results'
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/fixamingata.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/fixamingata.t b/t/cobrand/fixamingata.t index 06b5830e3..133a8c950 100644 --- a/t/cobrand/fixamingata.t +++ b/t/cobrand/fixamingata.t @@ -102,7 +102,7 @@ subtest "Test ajax decimal points" => sub { $mech->content_contains('51.5'); $mech->get_ok('/ajax/lookup_location?term=high+street'); - $mech->content_contains('Edinburgh'); + $mech->content_contains("Ed\xc3\xadnburgh"); }; }; |