fixed path variable
Code Quality Pipeline / Check Code (pull_request) Failing after 3m21s

This commit is contained in:
brian
2025-03-17 21:13:21 +00:00
parent 66370a33c2
commit 77a3219f39
@@ -34,7 +34,7 @@ random.seed(13)
# load local test environment variables # load local test environment variables
test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env' test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env'
if test_env_path.exists(): if test_env_path.exists():
load_dotenv('test.env') load_dotenv(test_env_path.as_posix())
# define test environment variables # define test environment variables
env_var_map = { env_var_map = {