Skip to content

Commit 0a94813

Browse files
author
Takashi Matsuo
committed
fix the rerun_filter implementation
1 parent 925ebdf commit 0a94813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/api/v3/alerts-client/snippets_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def retry_if_aborted(exception):
3838

3939

4040
def delay_on_aborted(err, *args):
41-
if retry_if_aborted(err[0]):
41+
if retry_if_aborted(err[1]):
4242
time.sleep(2)
4343
return True
4444
return False

0 commit comments

Comments
 (0)