Skip to content

Commit 0e7a12b

Browse files
committed
chore: updated socket.io
1 parent 12ae09b commit 0e7a12b

File tree

1 file changed

+1
-1
lines changed
  • packages/collector/test/tracing/opentelemetry

1 file changed

+1
-1
lines changed

packages/collector/test/tracing/opentelemetry/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ mochaSuiteFn('opentelemetry/instrumentations', function () {
420420
pid: String(serverControls.getPid()),
421421
dataProperty: 'tags',
422422
extraTests: span => {
423-
expect(span.data.tags.name).to.contain('test_reply receive');
423+
expect(span.data.tags.name).to.contain('receive /');
424424
expect(span.data.tags['messaging.system']).to.eql('socket.io');
425425
expect(span.data.tags['messaging.destination']).to.eql('ON test_reply');
426426
expect(span.data.tags['messaging.operation']).to.eql('receive');

0 commit comments

Comments
 (0)