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