@@ -, +, @@ --- t/db_dependent/Koha/Auth/Client.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/t/db_dependent/Koha/Auth/Client.t +++ a/t/db_dependent/Koha/Auth/Client.t @@ -39,7 +39,8 @@ my $schema = Koha::Database->new->schema; my $builder = t::lib::TestBuilder->new; subtest 'get_user() tests' => sub { - plan tests => 5; + + plan tests => 4; $schema->storage->txn_begin; --