Commit 734ceff
authored
test(debugger): assert newly-exposed inputPath key (#8055)
The debugger's `getDebuggerConfig` helper now forwards the tracer's
`inputPath` alongside the existing fields. The test that pins the
exact set of keys was still enumerating the old list and would start
failing as soon as anyone touched the config snapshot, despite the new
key being fully intentional.
Add `inputPath` to the asserted set so this test tracks reality.
Pure catch-up — no behavior change.1 parent ee37f93 commit 734ceff
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments