From b19e2585ff03921326b67b303ffdc4879bc6a95d Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 28 Feb 2019 17:35:33 +0000 Subject: Default to unchecked for default_show_name. --- t/app/controller/report_new_text.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/app/controller/report_new_text.t') diff --git a/t/app/controller/report_new_text.t b/t/app/controller/report_new_text.t index e6f0a9017..fad7fb6ab 100644 --- a/t/app/controller/report_new_text.t +++ b/t/app/controller/report_new_text.t @@ -324,7 +324,7 @@ subtest "test report creation for a user who is logged in" => sub { { title => '', detail => '', - may_show_name => '1', + may_show_name => undef, name => 'Joe Bloggs', email => 'joe@example.net', photo1 => '', -- cgit v1.2.3