Commit 2550044
fix: correct isinstance check in webhook integration test
The `_get_finished_run_id` helper was checking `isinstance(run, ListOfRuns)`
after calling `.call()`, which returns a `Run` object, not `ListOfRuns`.
This caused flaky failures whenever no prior successful runs existed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 21f2665 commit 2550044
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments