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

(-)a/t/Koha/SearchEngine/Elasticsearch/Search.t (-1 / +1 lines)
Lines 27-32 subtest 'search_auth_compat' => sub { Link Here
27
    plan tests => 4;
27
    plan tests => 4;
28
28
29
    t::lib::Mocks::mock_preference( 'QueryRegexEscapeOptions', 'dont_escape' );
29
    t::lib::Mocks::mock_preference( 'QueryRegexEscapeOptions', 'dont_escape' );
30
    t::lib::Mocks::mock_preference( 'SearchEngine', 'Elasticsearch' );
30
31
31
    my $search;
32
    my $search;
32
    ok(
33
    ok(
33
- 

Return to bug 33406