diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-06 17:08:19 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-08 17:22:19 +0000 |
commit | 435d15a06bd845bbcadc603b5a9a7ca88b7b403d (patch) | |
tree | d83f45613275b9a8f732c299212cc60e3ff6cf8a /t/app | |
parent | 36487240bae63833e7e82ac673be92eb9c033d4c (diff) |
[Open311] Use cobrand hook for extra update params
The test has to now create a new comment object each time as
`get_cobrand_logged` is cached on the object.
Diffstat (limited to 't/app')
-rw-r--r-- | t/app/sendreport/open311.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/app/sendreport/open311.t b/t/app/sendreport/open311.t index df2166ab4..54aaa39d0 100644 --- a/t/app/sendreport/open311.t +++ b/t/app/sendreport/open311.t @@ -14,7 +14,6 @@ sub test_overrides; # defined below use constant TEST_USER_EMAIL => 'fred@example.com'; my %standard_open311_parameters = ( - 'use_extended_updates' => 0, 'send_notpinpointed' => 0, 'extended_description' => 1, 'use_service_as_deviceid' => 0, |