diff --git a/conftest.py b/conftest.py index 8397600..445aa8a 100644 --- a/conftest.py +++ b/conftest.py @@ -15,6 +15,7 @@ def env_vars(): "secret_id": os.getenv("TSS_SECRET_ID"), "secret_path": os.getenv("TSS_SECRET_PATH"), "folder_id": os.getenv("TSS_FOLDER_ID"), + "folder_path": os.getenv("TSS_FOLDER_PATH") }