Skip to content

Commit 734ceff

Browse files
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

File tree

packages/dd-trace/test/debugger/config.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ describe('getDebuggerConfig', function () {
2727
'runtimeId',
2828
'service',
2929
'url',
30+
'inputPath',
3031
])
3132
assertObjectContains(config, {
3233
commitSHA: tracerConfig.commitSHA,

0 commit comments

Comments
 (0)