Commit 7a3a075
fix(test): propagate read error in ContainerfileCapture instead of silencing it
unwrap_or_default() swallowed file-read failures in the test helper,
letting tests pass with empty content when the Containerfile was
unreadable. Replaced with ? so the error surfaces immediately.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Signed-off-by: Philippe Martin <[email protected]>1 parent 6bb4d93 commit 7a3a075
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| |||
0 commit comments