diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-22 18:18:38 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-22 18:20:35 +0100 |
commit | 19241c52172aec0c797a00b35a090e28f7858e1d (patch) | |
tree | 21a81d44f5c10ce8ffbbc862b113280ccaef3a5b /t/open311.t | |
parent | 368d980d25c00248f46b7e8ca8fec287e5dff58d (diff) |
Tidy up some UK specific easting/northing handling
Diffstat (limited to 't/open311.t')
-rw-r--r-- | t/open311.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/open311.t b/t/open311.t index 42d09b29c..cbf305a36 100644 --- a/t/open311.t +++ b/t/open311.t @@ -69,7 +69,7 @@ my $problem = FixMyStreet::DB->resultset('Problem')->new( { subtest 'posting service request' => sub { my $extra = { url => 'http://example.com/report/1', - easting_northing => 'SET', + easting => 'SET', }; my $results = make_service_req( $problem, $extra, $problem->category, '<?xml version="1.0" encoding="utf-8"?><service_requests><request><service_request_id>248</service_request_id></request></service_requests>' ); |