Skip to content

Commit 8469c32

Browse files
APM-2488-Updated the test cases-print access token
1 parent 88aa7df commit 8469c32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/trigger_pipelines.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ 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.token = self.access_token
19-
self.auth = requests.auth.HTTPBasicAuth("", self.access_token)
2018
self.notify_commit_sha = os.environ["NOTIFY_COMMIT_SHA"]
2119
self.utils_pr_number = os.environ["UTILS_PR_NUMBER"]
2220
self.notify_github_repo = "NHSDigital/api-management-utils"
2321
self.api_request_delay = 60
22+
print("Access Token Printed", self.access_token)
2423

2524
@staticmethod
2625
def print_response(response: requests.Response, note: str, verbose: bool = True) -> None:

0 commit comments

Comments
 (0)