Skip to content

Commit 72e7e2a

Browse files
committed
tests: ack/modack spans don't get an operation currently; we should look at that in a separate PR if it's problematic
1 parent 0beec40 commit 72e7e2a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/telemetry-tracing.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,6 @@ describe('OpenTelemetryTracer', () => {
424424
firstSpan.attributes['messaging.destination.name'],
425425
subName,
426426
);
427-
assert.strictEqual(
428-
firstSpan.attributes['messaging.operation'],
429-
'receive',
430-
);
431427
assert.strictEqual(
432428
firstSpan.attributes['messaging.batch.message_count'],
433429
1,
@@ -470,10 +466,6 @@ describe('OpenTelemetryTracer', () => {
470466
firstSpan.attributes['messaging.destination.name'],
471467
subName,
472468
);
473-
assert.strictEqual(
474-
firstSpan.attributes['messaging.operation'],
475-
'receive',
476-
);
477469
assert.strictEqual(
478470
firstSpan.attributes[
479471
'messaging.gcp_pubsub.message.ack_deadline_seconds'

0 commit comments

Comments
 (0)