From f7fcc1c7c368bfc1a349408f7927af93d12192cc Mon Sep 17 00:00:00 2001 From: Guillaume Viger Date: Fri, 23 Aug 2024 09:27:40 -0400 Subject: [PATCH] tests: use opensearch2 --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index c0bbaa139..17c32ca04 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -54,7 +54,7 @@ fi python -m check_manifest python -m sphinx.cmd.build -qnN docs docs/_build/html -eval "$(docker-services-cli up --db ${DB:-postgresql} --search ${SEARCH:-opensearch} --cache ${CACHE:-redis} --mq ${MQ:-rabbitmq} --env)" +eval "$(docker-services-cli up --db ${DB:-postgresql} --search ${SEARCH:-opensearch2} --cache ${CACHE:-redis} --mq ${MQ:-rabbitmq} --env)" # Note: expansion of pytest_args looks like below to not cause an unbound # variable error when 1) "nounset" and 2) the array is empty. python -m pytest ${pytest_args[@]+"${pytest_args[@]}"}