Skip to content

Commit 0cb3a75

Browse files
ntaroccokpsherva
authored andcommitted
fix(tests): add missing rabbit mq service
1 parent 40d06b1 commit 0cb3a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [[ ${keep_services} -eq 0 ]]; then
4040
fi
4141

4242
python -m check_manifest
43-
eval "$(docker-services-cli up --db ${DB:-postgresql} --search ${SEARCH:-opensearch2} --cache ${CACHE:-redis} --env)"
43+
eval "$(docker-services-cli up --db ${DB:-postgresql} --search ${SEARCH:-opensearch2} --cache ${CACHE:-redis} --mq ${MQ:-rabbitmq} --env)"
4444
python -m pytest ${pytest_args[@]+"${pytest_args[@]}"}
4545
tests_exit_code=$?
4646
exit "$tests_exit_code"

0 commit comments

Comments
 (0)