Bug 30882: (QA follow-up) Fix tests
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit f8f9231562
)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
1ae24dbb18
commit
cef190f71c
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ SKIP: {
|
|||
|
||||
is ( $count = $searcher->count_auth_use($searcher,1), 0, 'Testing count_auth_use');
|
||||
|
||||
is ($searcher->max_result_window, 10000, 'By default, max_result_window is 10000');
|
||||
is ($searcher->max_result_window, 1000000, 'By default, max_result_window is 1000000');
|
||||
|
||||
$searcher->get_elasticsearch()->indices->put_settings(
|
||||
index => $searcher->index_name,
|
||||
|
|
Loading…
Reference in a new issue