Commit 39cfd5f
mux-bot
refactor: remove duplicate gpt-5.5-pro thinking-policy test
When #3192 renamed `gpt-5.4-pro` → `gpt-5.5-pro` across
`policy.test.ts`, it accidentally introduced a third
`returns medium/high/xhigh for gpt-5.5-pro` test that is
byte-identical to the renamed first occurrence (the remaining
two unique tests are the bare-prefix and `with version suffix`
variants; the deleted block had no version suffix and no gateway
prefix). Drop the duplicate so the suite has one canonical
no-suffix test, one mux-gateway test, and one version-suffix
test.
Behavior-preserving — the remaining `getThinkingPolicyForModel`
coverage for `gpt-5.5-pro` is unchanged. 63 / 63 tests in
\`policy.test.ts\` continue to pass.1 parent 2382549 commit 39cfd5f
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
0 commit comments