Skip to content

Commit 83c7216

Browse files
APM-2488-Updated the test cases-print access token
1 parent ab8cb1d commit 83c7216

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/trigger_pipelines.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ def get_headers():
109109
_headers.update(headers or {})
110110
return _headers
111111

112-
_params = {"api-version": api_version}
113-
_params = {"NOTIFY_GITHUB_REPOSITORY": self.notify_github_repo}
114-
_params = {"NOTIFY_COMMIT_SHA": self.notify_commit_sha}
115-
_params = {"UTILS_PR_NUMBER": self.utils_pr_number}
112+
_params = {"api-version": api_version, "NOTIFY_GITHUB_REPOSITORY": self.notify_github_repo, "NOTIFY_COMMIT_SHA": self.notify_commit_sha, "UTILS_PR_NUMBER": self.utils_pr_number}
113+
# _params = {"NOTIFY_GITHUB_REPOSITORY": self.notify_github_repo}
114+
# _params = {"NOTIFY_COMMIT_SHA": self.notify_commit_sha}
115+
# _params = {"UTILS_PR_NUMBER": self.utils_pr_number}
116116
_params.update(params or {})
117117
action = getattr(requests, method)
118118

0 commit comments

Comments
 (0)