Skip to content

Commit a2144c2

Browse files
APM-2488-Updated the test cases-print access token
1 parent 029f846 commit a2144c2

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
@@ -56,6 +56,7 @@ def run_pipeline(self,
5656
def _check_pipeline_response(self, response: requests.Response):
5757
delay = 0
5858
state_url = response.json()["_links"]["self"]["href"]
59+
print("response check from our end", response.json())
5960
while response.status_code == 200 and response.json()["state"] == "inProgress":
6061
time.sleep(self.api_request_delay)
6162
delay = delay + self.api_request_delay

0 commit comments

Comments
 (0)