aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-02-23 13:45:58 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-02-23 16:22:12 +0000
commit3bc248986218229c7de2d2669c85676ec29f4591 (patch)
tree36685d4886156d49f1f0f4b9cbe557e765dd6761 /t/open311.t
parentf96e9a53bc80c6fb6eab0966b5d953dc0fbbab12 (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.t2
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'
},