aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-07-20 14:40:56 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-07-20 14:40:56 +0100
commit799b579fc2dcb3acd425c26b2f9ae90a5cd0aab7 (patch)
treeee2d065a9d596fc2e5e4671044a417dc6ab924ec /t/app/controller
parentdb7060029d12d354facd11cf66e7db6dd4bb1052 (diff)
Update text in test.
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/report_new.t4
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";
};