aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311.t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-04-24 16:53:51 +0100
committerStruan Donald <struan@exo.org.uk>2012-04-24 16:53:51 +0100
commit21a21dcbba632a0dc854416fc1fbb3147cb63610 (patch)
tree412f8422fb5e73f0ce42486584a1404e30828946 /t/open311.t
parent0579ab2e6d4cf0c6c6cc009df3c57f9f848e346e (diff)
add in first_name, last_name and email attribute[] params
Diffstat (limited to 't/open311.t')
-rw-r--r--t/open311.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/open311.t b/t/open311.t
index 83b81d8aa..77eefba0e 100644
--- a/t/open311.t
+++ b/t/open311.t
@@ -122,8 +122,8 @@ for my $test (
params => [
[ 'first_name', 'First', 'first name correct' ],
[ 'last_name', 'Last', 'last name correct' ],
- [ 'attribute[first_name]', undef, 'no first_name attribute param' ],
- [ 'attribute[last_name]', undef, 'no last_name attribute param' ],
+ [ 'attribute[first_name]', 'First', 'first_name attribute param correct' ],
+ [ 'attribute[last_name]', 'Last', 'last_name attribute param correct' ],
],
},
{