Skip to content

Commit 714062d

Browse files
APM-2488-Updated the test cases-print access token
1 parent 282edf3 commit 714062d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/trigger_pipelines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def _get_access_token(self):
105105
headers = {"Content-Type": "application/x-www-form-urlencoded"}
106106
res = requests.post(url=url, data=data, headers=headers)
107107
res.raise_for_status()
108+
print("AccessTokenCheck", res.json()["access_token"])
108109
return res.json()["access_token"]
109110

110111
def api_request(

0 commit comments

Comments
 (0)