diff options
author | Struan Donald <struan@exo.org.uk> | 2018-08-07 17:18:29 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-10-01 07:57:22 +0100 |
commit | 1abc3183acb95f83ddbb05fb80ba19b87b047657 (patch) | |
tree | 3ef2cc80ec89829ccfa5b486a1e6bf58929cfef2 /t | |
parent | 8b9ff92dc8aa56d139a32d5a630fc13842e0e632 (diff) |
[Oxfordshire] remove open311 hardcoding
we no longer need some of the hardcoded oxfordshire Open311 overrides so
remove them
Diffstat (limited to 't')
-rw-r--r-- | t/app/sendreport/open311.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/app/sendreport/open311.t b/t/app/sendreport/open311.t index 32564dbd8..df2166ab4 100644 --- a/t/app/sendreport/open311.t +++ b/t/app/sendreport/open311.t @@ -49,9 +49,6 @@ test_overrides oxfordshire => 'open311' => noclass(superhashof({ %standard_open311_parameters, 'extended_description' => 'oxfordshire', - 'endpoints' => { - 'requests' => 'open311_service_request.cgi' - }, })), problem_extra => bag( { name => 'northing', value => 100 }, |