diff options
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'; |