From 4ec7cbcae783d11c4639b60fc497bcb259dd8ff0 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Wed, 5 Jun 2024 11:27:50 +0800 Subject: [PATCH] test: remove some local config (#33567) Signed-off-by: zhuwenxing --- tests/python_client/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/pytest.ini b/tests/python_client/pytest.ini index 1c90a7f2fd..5e6dcce81d 100644 --- a/tests/python_client/pytest.ini +++ b/tests/python_client/pytest.ini @@ -1,7 +1,7 @@ [pytest] -addopts = --host 10.104.21.154 --minio_host 10.104.21.153 --html=/tmp/ci_logs/report.html --self-contained-html -v --log-cli-level=INFO --capture=no +addopts = --host localhost --html=/tmp/ci_logs/report.html --self-contained-html -v --log-cli-level=INFO --capture=no # python3 -W ignore -m pytest log_format = [%(asctime)s - %(levelname)s - %(name)s]: %(message)s (%(filename)s:%(lineno)s)