Skip to content

Commit 75a57ce

Browse files
APM-2488-Updated the test cases-print access token
1 parent c1b346f commit 75a57ce

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
@@ -139,7 +139,7 @@ def get_headers():
139139

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

144144
time.sleep(0.5 * tries)
145145
result = action(uri, params=_params, headers=get_headers(), **kwargs)

0 commit comments

Comments
 (0)