Skip to content

Commit d1de8af

Browse files
APM-2488-Updated the test cases-print access token
1 parent b7dfa2b commit d1de8af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/trigger_pipelines.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def __init__(self):
1515
self.client_secret = os.environ["AZ_CLIENT_SECRET"]
1616
self.client_tenant = os.environ["AZ_CLIENT_TENANT"]
1717
self.access_token = self._get_access_token()
18-
self.notify_commit_sha = os.environ["NOTIFY_COMMIT_SHA"]
19-
self.utils_pr_number = os.environ["UTILS_PR_NUMBER"]
20-
self.notify_github_repo = "NHSDigital/api-management-utils"
18+
# self.notify_commit_sha = os.environ["NOTIFY_COMMIT_SHA"]
19+
# self.utils_pr_number = os.environ["UTILS_PR_NUMBER"]
20+
# self.notify_github_repo = "NHSDigital/api-management-utils"
2121
self.api_request_delay = 60
2222

2323
@staticmethod

0 commit comments

Comments
 (0)