diff options
author | Struan Donald <struan@exo.org.uk> | 2012-04-24 17:26:17 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-04-24 17:26:17 +0100 |
commit | 0d3521c5af8a0bbe54e9f6ac06837246c28af054 (patch) | |
tree | e5703eece9c1065e7b8bd4c2348f1653212aaa91 /t/open311.t | |
parent | a319b137504c9022ea6b68e342ac88c4a5b7e2b9 (diff) |
first_name not required as an attribute parameter
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 77eefba0e..e84b5f04b 100644 --- a/t/open311.t +++ b/t/open311.t @@ -122,7 +122,7 @@ for my $test ( params => [ [ 'first_name', 'First', 'first name correct' ], [ 'last_name', 'Last', 'last name correct' ], - [ 'attribute[first_name]', 'First', 'first_name attribute param correct' ], + [ 'attribute[first_name]', undef, 'no first_name attribute param' ], [ 'attribute[last_name]', 'Last', 'last_name attribute param correct' ], ], }, |