View | Details | Raw Unified | Return to bug 21711
Collapse All | Expand All

(-)a/t/db_dependent/Auth.t (-2 lines)
Lines 295-301 subtest 'Check value of login_attempts in checkpw' => sub { Link Here
295
    # Only interested here in regular login
295
    # Only interested here in regular login
296
    $C4::Auth::cas  = 0;
296
    $C4::Auth::cas  = 0;
297
    $C4::Auth::ldap = 0;
297
    $C4::Auth::ldap = 0;
298
    $C4::Auth::shib = 0;
299
298
300
    my $patron = $builder->build_object({ class => 'Koha::Patrons' });
299
    my $patron = $builder->build_object({ class => 'Koha::Patrons' });
301
    $patron->login_attempts(2);
300
    $patron->login_attempts(2);
302
- 

Return to bug 21711