Skip to content

Commit

Permalink
Update processor/otel/consumer_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Wilkins <axwalk@gmail.com>
  • Loading branch information
stuartnelson3 and axw authored May 31, 2021
1 parent 2f0b579 commit b85ed59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion processor/otel/consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ func TestMessagingTransaction(t *testing.T) {
func TestMessagingSpan(t *testing.T) {
span := transformSpanWithAttributes(t, map[string]pdata.AttributeValue{
"messaging.system": pdata.NewAttributeValueString("kafka"),
"messaging.operation": pdata.NewAttributeValueString(""),
"messaging.destination": pdata.NewAttributeValueString("myTopic"),
"net.peer.ip": pdata.NewAttributeValueString("10.20.30.40"),
"net.peer.port": pdata.NewAttributeValueInt(123),
Expand Down

0 comments on commit b85ed59

Please sign in to comment.