aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-12-18 17:49:08 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-12-18 17:49:08 +0000
commit495200d34afe198ebf13ab2f2529ad5ce00f9ebd (patch)
treef967c68f86557a7c2fca12a2bbccf89762d19f84 /t/open311.t
parentfb5c4645d9749cf1379cbb05f9cea1545f216085 (diff)
No title included in Oxfordshire send.
Diffstat (limited to 't/open311.t')
-rw-r--r--t/open311.t2
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';