File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ def env_vars():
2121@pytest .fixture
2222def platform_env_vars ():
2323 return {
24- "username" : os .getenv ("PLATFORM_USERNAME " ),
25- "password" : os .getenv ("PLATFORM_PASSWORD " ),
26- "base_url" : os .getenv ("PLATFORM_BASEURL " ),
24+ "username" : os .getenv ("TSS_PLATFORM_USERNAME " ),
25+ "password" : os .getenv ("TSS_PLATFORM_PASSWORD " ),
26+ "base_url" : os .getenv ("TSS_PLATFORM_BASE_URL " ),
2727 "secret_id" : os .getenv ("TSS_SECRET_ID" ),
2828 "secret_path" : os .getenv ("TSS_SECRET_PATH" ),
2929 "folder_id" : os .getenv ("TSS_FOLDER_ID" ),
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ passenv =
2323 TSS_SECRET_PATH
2424 TSS_FOLDER_ID
2525 TSS_FOLDER_PATH
26- PLATFORM_USERNAME
27- PLATFORM_PASSWORD
28- PLATFORM_BASEURL
26+ TSS_PLATFORM_USERNAME
27+ TSS_PLATFORM_PASSWORD
28+ TSS_PLATFORM_BASE_URL
2929commands =
3030 pytest
You can’t perform that action at this time.
0 commit comments