diff options
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' ], ], }, |