Skip to content

Commit a64e20b

Browse files
Hani YacoubHani Yacoub
authored andcommitted
remove credentials
1 parent befb381 commit a64e20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/testrail_script_set_all_subs_to_functional.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
# Set TestRail credentials
1111
os.environ["TESTRAIL_BASE_URL"] = "https://mozilla.testrail.io"
12-
os.environ["TESTRAIL_USERNAME"] = "[email protected]"
13-
os.environ["TESTRAIL_API_KEY"] = "HrENZ5FSSxiI1xl3DTMF-NMm1qGug2bVZM3NCALhV"
12+
os.environ["TESTRAIL_USERNAME"] = ""
13+
os.environ["TESTRAIL_API_KEY"] = ""
1414

1515

1616
def get_all_cases_from_suite(tr, project_id, suite_id):

0 commit comments

Comments
 (0)