Skip to content

Commit 6ac3505

Browse files
APM-2488-Updated the test cases-print access token-test
1 parent 5731ad3 commit 6ac3505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/trigger_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _check_pipeline_response(self, response: requests.Response):
6262
delay = delay + self.api_request_delay
6363
state_response = self.api_request(state_url)
6464
self.print_response(state_response, f"Response from {state_url} after {delay} seconds")
65-
print("response check from our end", response.status_code, response.json()["state"])
65+
print("response check from our end", state_response.json(), state_response.json()["state"])
6666
return response.json()["result"]
6767

6868
def _build_request_body(self, pipeline_branch: str):

0 commit comments

Comments
 (0)