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:
Tomás Cohen Arazi 2022-07-18 14:36:28 -03:00 committed by Lucas Gass
parent 1ae24dbb18
commit cef190f71c

View file

@ -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,