diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-18 17:49:08 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-18 17:49:08 +0000 |
commit | 495200d34afe198ebf13ab2f2529ad5ce00f9ebd (patch) | |
tree | f967c68f86557a7c2fca12a2bbccf89762d19f84 /t/open311.t | |
parent | fb5c4645d9749cf1379cbb05f9cea1545f216085 (diff) |
No title included in Oxfordshire send.
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 2371c53bc..cbc8cf474 100644 --- a/t/open311.t +++ b/t/open311.t @@ -106,7 +106,7 @@ subtest 'posting service request with basic_description' => sub { $extra, $problem->category, '<?xml version="1.0" encoding="utf-8"?><service_requests><request><service_request_id>248</service_request_id></request></service_requests>', - { basic_description => 1 }, + { extended_description => 0 }, ); is $results->{ res }, 248, 'got request id'; |