Skip to content

Commit cd3ff99

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

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

132132
result = action(uri, params=_params, headers=get_headers(), **kwargs)
133133
tries = 0
134-
while result.status_code not in (200, 201, 202, 204):
134+
while result.status_code not in (200, 201, 202, 204, 203):
135135
tries += 1
136136

137137
if tries > max_tries:

0 commit comments

Comments
 (0)