Commit d7363fe
committed
docs(tests): use get_results in Python parallel-workflow example
results.get_succeeded() is not a valid method on the Python BatchResult.
The handler raises AttributeError and the durable execution fails, so the
test asserting InvocationStatus.SUCCEEDED would fail.
Use results.get_results() to mirror the TypeScript fix in #196.1 parent 9e0fea1 commit d7363fe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments