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

(-)a/t/db_dependent/Koha/Object.t (-1 / +2 lines)
Lines 383-388 subtest "to_api() tests" => sub { Link Here
383
        }
383
        }
384
    );
384
    );
385
385
386
    t::lib::Mocks::mock_userenv( { patron => $patron } );
387
386
    my $patron_api = $patron->to_api(
388
    my $patron_api = $patron->to_api(
387
        {
389
        {
388
            embed => { holds_count => { is_count => 1 } },
390
            embed => { holds_count => { is_count => 1 } },
389
- 

Return to bug 36919