Commit 0d81cf3
fix(automation): satisfy clippy in job_webhook reset tests (#261)
The webhook-reset fix (#259) landed test code that trips the workspace
clippy denials: an unwrap_used in the reset-after-response test and a
map_unwrap_or in the drain loop. Every PR's Clippy job now fails on
master's code. Replace the unwrap with an explicit match/panic and the
map/unwrap_or with is_ok_and.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 604115c commit 0d81cf3
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
386 | 390 | | |
387 | 391 | | |
388 | 392 | | |
| |||
447 | 451 | | |
448 | 452 | | |
449 | 453 | | |
450 | | - | |
| 454 | + | |
451 | 455 | | |
452 | 456 | | |
453 | 457 | | |
| |||
0 commit comments