Skip to content

Commit 09ca0b1

Browse files
committed
test(rest): correct the recorded sanitization-section case count (9, not 8)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0158ZQo7LiHSxGWpYKuPq1wu
1 parent 909e4c5 commit 09ca0b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/rest/src/rest-5xx-status-passthrough.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
// §1 §2 §5 predicted RED, measured RED (19 failures total) — every
4242
// declared 5xx degrades to 500 INTERNAL_ERROR again and the #5907
4343
// 501→500 case fails by name.
44-
// §3 predicted GREEN, measured MIXED — 5 of 8 red. The prediction was
44+
// §3 predicted GREEN, measured MIXED — 5 of 9 red. The prediction was
4545
// right about WHAT these cases defend (a 5xx arm that starts
4646
// echoing the producer's prose) and wrong about which assertion
4747
// carries it. The CONTAINMENT half (`not.toContain(message)`) is
48-
// genuinely direction-insensitive: it stayed green in all 8, since
48+
// genuinely direction-insensitive: it stayed green in all 9, since
4949
// the pre-fix terminal branch sanitised too (#5489). The ENVELOPE
5050
// half (`error === INTERNAL_ERROR_MESSAGE`) moves, because the old
5151
// heuristics answered some of these inputs with a DIFFERENT

0 commit comments

Comments
 (0)