diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-23 13:45:58 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-23 16:22:12 +0000 |
commit | 3bc248986218229c7de2d2669c85676ec29f4591 (patch) | |
tree | 36685d4886156d49f1f0f4b9cbe557e765dd6761 /t/open311.t | |
parent | f96e9a53bc80c6fb6eab0966b5d953dc0fbbab12 (diff) |
[UK] Improve Open311 update Bromley-only check.
The addition of e.g. questionnaire_id to an update's
extra field means this check has to be more nuanced.
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 b41d42b55..35d9b0ecb 100644 --- a/t/open311.t +++ b/t/open311.t @@ -482,7 +482,7 @@ for my $test ( desc => 'update name taken from extra if available', comment_name => 'First Last', user_name => 'Personal Family', - extra => { first_name => 'Forename', last_name => 'Surname' }, + extra => { first_name => 'Forename', last_name => 'Surname', title => 'Ms' }, first_name => 'Forename', last_name => 'Surname' }, |