Commit 9d0223f
test(agents): fix backend output literal typing in reliability fixture
The jsonl/text ternary widened to string without a const assertion (tsc TS2322), but a full type assertion tripped oxlint no-unnecessary-type-assertion. Use per-branch `as const` to satisfy both lint and typecheck.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ac2f807 commit 9d0223f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments