Bug 33406: (follow-up) Mock SearchEngine to ensure using ES
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
a6c77f664c
commit
766bdd638a
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ subtest 'search_auth_compat' => sub {
|
|||
plan tests => 4;
|
||||
|
||||
t::lib::Mocks::mock_preference( 'QueryRegexEscapeOptions', 'dont_escape' );
|
||||
t::lib::Mocks::mock_preference( 'SearchEngine', 'Elasticsearch' );
|
||||
|
||||
my $search;
|
||||
ok(
|
||||
|
|
Loading…
Reference in a new issue