Skip to content

Commit b5af173

Browse files
APM-2488-Updated the test cases-print access token
1 parent bfca302 commit b5af173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/trigger_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def get_headers():
138138
break
139139

140140
if result.status_code in (203, 401):
141-
print("REFRESHING ACCESS TOKEN...")
141+
print("REFRESHING ACCESS TOKEN...", result.status_code)
142142
self.access_token = self._get_access_token()
143143

144144
time.sleep(0.5 * tries)

0 commit comments

Comments
 (0)