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

(-)a/t/db_dependent/Koha/REST/Plugin/Objects.t (-2 / +1 lines)
Lines 650-656 subtest 'objects.search helper, search_limited() tests' => sub { Link Here
650
    my $t = Test::Mojo->new;
650
    my $t = Test::Mojo->new;
651
651
652
    my $mocked_patron = Test::MockModule->new('Koha::Patron');
652
    my $mocked_patron = Test::MockModule->new('Koha::Patron');
653
    $mocked_patron->mock( 'libraries_where_can_see_patrons', sub
653
    $mocked_patron->mock( 'libraries_where_can_see_things', sub
654
        {
654
        {
655
            return @libraries_where_can_see_patrons;
655
            return @libraries_where_can_see_patrons;
656
        }
656
        }
657
- 

Return to bug 37392