We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e62db commit f0dedbcCopy full SHA for f0dedbc
test/instrumentation/modules/http/basic.js
@@ -117,7 +117,6 @@ function onRequest (t) {
117
t.equal(parent.traceId, context.traceId, 'context trace id matches parent trace id')
118
t.notEqual(parent.id, context.id, 'context id does not match parent id')
119
t.equal(parent.flags, context.flags, 'context flags matches parent flags')
120
- t.equal(parent.id, context.parentId, 'context is a child of traceparent')
121
res.end()
122
}
123
0 commit comments