Commit 4a75d10
committed
Fix e2e history test: find result line in NDJSON output
The history command outputs multiple NDJSON lines (events + result +
completed status). Parse the line with type "result" instead of
assuming it's the first line.1 parent ff9606d commit 4a75d10
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
350 | 352 | | |
351 | 353 | | |
352 | 354 | | |
| |||
0 commit comments