Skip to content

Commit b7dfa2b

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/test_pull_request_deployments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
def trigger_pipelines(pipeline_ids: dict, service: str):
2727
azure_dev_ops = AzureDevOps()
28+
print("azureDevopsResponse", azure_dev_ops)
2829
build_status = azure_dev_ops.run_pipeline(
2930
service=service,
3031
pipeline_type="build",

scripts/trigger_pipelines.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def _get_access_token(self):
104104
headers = {"Content-Type": "application/x-www-form-urlencoded"}
105105
res = requests.post(url=url, data=data, headers=headers)
106106
res.raise_for_status()
107-
print("status Check", res.status_code)
108107
return res.json()["access_token"]
109108

110109
def api_request(

0 commit comments

Comments
 (0)