aboutsummaryrefslogtreecommitdiffstats
path: root/t/open311.t
diff options
context:
space:
mode:
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' ],
],
},
{