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 12ae09b commit 0e7a12bCopy full SHA for 0e7a12b
packages/collector/test/tracing/opentelemetry/test.js
@@ -420,7 +420,7 @@ mochaSuiteFn('opentelemetry/instrumentations', function () {
420
pid: String(serverControls.getPid()),
421
dataProperty: 'tags',
422
extraTests: span => {
423
- expect(span.data.tags.name).to.contain('test_reply receive');
+ expect(span.data.tags.name).to.contain('receive /');
424
expect(span.data.tags['messaging.system']).to.eql('socket.io');
425
expect(span.data.tags['messaging.destination']).to.eql('ON test_reply');
426
expect(span.data.tags['messaging.operation']).to.eql('receive');
0 commit comments