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

(-)a/t/db_dependent/Koha/SearchEngine/Indexer.t (-1 / +1 lines)
Lines 69-74 subtest 'Test indexer calls' => sub { Link Here
69
    skip 'Elasticsearch configuration not available', 20
69
    skip 'Elasticsearch configuration not available', 20
70
            if scalar @engines == 1;
70
            if scalar @engines == 1;
71
    }
71
    }
72
    t::lib::Mocks::mock_userenv();
72
73
73
    t::lib::Mocks::mock_preference( 'AutoLinkBiblios', 0 );
74
    t::lib::Mocks::mock_preference( 'AutoLinkBiblios', 0 );
74
75
75
- 

Return to bug 33641