Commit e24a57b
committed
Fix test: use unmapped driver so no bundled policy matches
The test 'leaves compatibility unset when no bundled policy matches this
T3 Code version' was using driver 'codex', which has a matching policy in
the bundled provider-compatibility.v1.json (t3CodeRange >=0.0.0, range
<0.129.0 → broken). This caused buildServerProvider to set status to
'error' with a non-undefined compatibilityAdvisory, contradicting the
test assertions.
Switch to a driver not present in the bundled compatibility map so the
test correctly exercises the no-matching-policy path.1 parent b924b40 commit e24a57b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments