Skip to content

Commit f59d7bb

Browse files
APM-2488-Updated the test cases-print access token-test
1 parent 9109c3d commit f59d7bb

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
@@ -61,7 +61,7 @@ def _check_pipeline_response(self, response: requests.Response):
6161
time.sleep(self.api_request_delay)
6262
delay = delay + self.api_request_delay
6363
state_response = self.api_request(state_url)
64-
print("response check from our end----------", state_response.json()["state"])
64+
print("response check from our end----------", state_response.json()["status_code"])
6565
self.print_response(state_response, f"Response from {state_url} after {delay} seconds")
6666
# print("response check from our end", state_response.json()["state"])
6767
return response.json()["result"]

0 commit comments

Comments
 (0)