diff options
-rw-r--r-- | t/app/controller/report_new.t | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index d0959f001..72256f645 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -816,9 +816,7 @@ subtest "check that a lat/lon off coast leads to /around" => sub { is_deeply # $mech->page_errors, - [ 'That spot does not appear to be covered by a council. If you have' - . ' tried to report an issue past the shoreline, for example, please' - . ' specify the closest point on land.' ], # + [ 'That location does not appear to be covered by a council; perhaps it is offshore or outside the country. Please try again.' ], "Found location error"; }; |