diff --git a/shared/repositories/tests/integration/conftest.py b/shared/repositories/tests/integration/conftest.py index 209c951..30802c7 100644 --- a/shared/repositories/tests/integration/conftest.py +++ b/shared/repositories/tests/integration/conftest.py @@ -31,7 +31,7 @@ from shared.repositories.src.implementations import ( # set random seed for reproducibility random.seed(13) -# load loca test environment variables +# load local test environment variables test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env' load_dotenv('test.env')