@@ -, +, @@ --- t/db_dependent/Auth.t | 1 - 1 file changed, 1 deletion(-) --- a/t/db_dependent/Auth.t +++ a/t/db_dependent/Auth.t @@ -295,7 +295,6 @@ subtest 'Check value of login_attempts in checkpw' => sub { # Only interested here in regular login $C4::Auth::cas = 0; $C4::Auth::ldap = 0; - $C4::Auth::shib = 0; my $patron = $builder->build_object({ class => 'Koha::Patrons' }); $patron->login_attempts(2); --