From 0b54ccaadb02465c06d43c8ae4744b6295e9ef22 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 18 Mar 2025 19:12:51 +0000 Subject: [PATCH] removed unused variable --- shared/repositories/tests/integration/conftest.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shared/repositories/tests/integration/conftest.py b/shared/repositories/tests/integration/conftest.py index adba948..ecc1cf0 100644 --- a/shared/repositories/tests/integration/conftest.py +++ b/shared/repositories/tests/integration/conftest.py @@ -32,11 +32,6 @@ from shared.repositories.src.implementations import ( random.seed(13) # define test environment variables -necessary_env_vars = { - 'MINIO_ACCESS_KEY', - 'MINIO_SECRET_KEY', - 'MONGO_ENDPOINT', -} env_var_map = { 'MINIO_ENDPOINT': '192.168.1.2:9000', 'MINIO_ACCESS_KEY': '1rMQTezbALeJyOgAbYYE',