diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-03-13 11:59:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-03-13 12:03:05 +0000 |
commit | 797546c15d00dee15051495901c1dbbf96b0508f (patch) | |
tree | 5e8b14c0ddb220a74c73ebf56aee838028dfcf08 /t | |
parent | 67a861664e3e58af3679b59c3272fca462cbed51 (diff) |
Fix slight regression in cf20c709, to still match all UK cobrands.
Diffstat (limited to 't')
-rw-r--r-- | t/open311.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/open311.t b/t/open311.t index a029c7502..f23198ea5 100644 --- a/t/open311.t +++ b/t/open311.t @@ -70,6 +70,7 @@ my $problem = FixMyStreet::App->model('DB::Problem')->new( { subtest 'posting service request' => sub { my $extra = { url => 'http://example.com/report/1', + easting_northing => '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>' ); |