mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
Modify environment variable name from TESTRAIL_URL to TR_URL because it is already used with another test application
This commit is contained in:
@@ -180,7 +180,7 @@ class APIClient:
|
||||
{'name': name, 'case_ids': case_ids, 'milestone_id': milestone_id, 'description': description, 'include_all': False})
|
||||
print("result in post", result)
|
||||
|
||||
client: APIClient = APIClient(os.getenv('TESTRAIL_URL'))
|
||||
client: APIClient = APIClient(os.getenv('TR_URL'))
|
||||
|
||||
|
||||
class APIError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user