Skip to content

Commit f0dedbc

Browse files
author
Stephen Belanger
committed
test: remove context parentId check from http test
1 parent c1e62db commit f0dedbc

File tree

1 file changed

+0
-1
lines changed
  • test/instrumentation/modules/http

1 file changed

+0
-1
lines changed

test/instrumentation/modules/http/basic.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ function onRequest (t) {
117117
t.equal(parent.traceId, context.traceId, 'context trace id matches parent trace id')
118118
t.notEqual(parent.id, context.id, 'context id does not match parent id')
119119
t.equal(parent.flags, context.flags, 'context flags matches parent flags')
120-
t.equal(parent.id, context.parentId, 'context is a child of traceparent')
121120
res.end()
122121
}
123122
}

0 commit comments

Comments
 (0)