aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/report_display.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/report_display.t')
-rw-r--r--t/app/controller/report_display.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_display.t b/t/app/controller/report_display.t
index 7be9f387e..aa7e507d9 100644
--- a/t/app/controller/report_display.t
+++ b/t/app/controller/report_display.t
@@ -113,7 +113,7 @@ subtest "test a good report" => sub {
name => '',
rznvy => '',
update => '',
- add_alert => undef,
+ add_alert => 1, # defaults to true
fixed => undef
);
is $update_form->value($_), $fields{$_}, "$_ value" for keys %fields;