diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm index 065af37563..c40f6e6149 100644 --- a/t/lib/TestBuilder.pm +++ b/t/lib/TestBuilder.pm @@ -559,6 +559,8 @@ sub _gen_default_values { reservefee => 0, # Not X, used for statistics category_type => sub { return [ qw( A C S I P ) ]->[int(rand(5))] }, + min_password_length => undef, + require_strong_password => undef, }, Branch => { pickup_location => 0,