Skip to content

Commit c59da27

Browse files
committed
Fixing interoperability_report after merging master
1 parent 61abd18 commit c59da27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interoperability_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def run_publisher_shape_main(
380380
r'\[[0-9]+\]', # index = 0
381381
'on_offered_deadline_missed()', # index = 1
382382
re.compile('not supported', re.IGNORECASE), # index = 2
383-
pexpect.TIMEOUT # index = 3
383+
pexpect.TIMEOUT, # index = 3
384384
pexpect.EOF # index = 4
385385
],
386386
timeout)

0 commit comments

Comments
 (0)