From 28b9f1b3bb54cebbe1236a9f29539fc4544c4061 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 29 Mar 2016 10:31:55 +0100 Subject: Default new category creation to confirmed. Fixes #1266. --- t/app/controller/admin.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/app/controller/admin.t') diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t index 92cbbc00f..310e0a677 100644 --- a/t/app/controller/admin.t +++ b/t/app/controller/admin.t @@ -171,6 +171,7 @@ subtest 'check contact creation' => sub { email => 'test@example.com', note => 'test note', non_public => undef, + confirmed => 0, } } ); $mech->content_contains( 'test category' ); -- cgit v1.2.3