From c5bcd09bbab872946f59952af1333e1add5147d2 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 18 Mar 2025 19:30:12 +0000 Subject: [PATCH] removed already defined environment variable --- shared/repositories/tests/integration/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/repositories/tests/integration/conftest.py b/shared/repositories/tests/integration/conftest.py index a44910b..6027ece 100644 --- a/shared/repositories/tests/integration/conftest.py +++ b/shared/repositories/tests/integration/conftest.py @@ -39,7 +39,6 @@ necessary_env_vars = { 'MONGO_ENDPOINT', } env_var_map = { - 'MINIO_ENDPOINT': 'localhost:9000', 'MINIO_BUCKET_NAME': 'test-bucket', 'MINIO_OBJECT_NAME': 'test-object', 'MINIO_IMAGE_NAME': 'test-image',