subtest 'checkauth() tests' => sub {
plan tests => 7;
plan tests => 8;
my $patron = $builder->build_object({ class => 'Koha::Patrons', value => { flags => undef } });
-