diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-08 11:23:30 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-08 11:23:30 +0100 |
commit | 6044240b3ee49b20e3f40409786c179c9f0cfd09 (patch) | |
tree | d958c529c0cd48a20b5b1247b76c8d1e6467d283 /t/open311.t | |
parent | 8ba5690bd5097647ae6148610e7b7be5730c3459 (diff) |
bring service request updates in line with our spec
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 35b91faec..15a3f2646 100644 --- a/t/open311.t +++ b/t/open311.t @@ -544,7 +544,7 @@ sub make_update_req { object => $comment, xml => $xml, method => 'post_service_request_update', - path => 'update.xml', + path => 'servicerequestupdates.xml', }; if ( $extended ) { |