Skip to content

Commit

Permalink
Update zipkin tests to not expect library attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jun 5, 2024
1 parent 95ed7c9 commit ec404ac
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions exporters/zipkin/model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1028,8 +1028,7 @@ func TestTagsTransformation(t *testing.T) {
},
},
want: map[string]string{
"otel.scope.name": instrLibName,
"otel.library.name": instrLibName,
"otel.scope.name": instrLibName,
},
},
{
Expand All @@ -1042,10 +1041,8 @@ func TestTagsTransformation(t *testing.T) {
},
},
want: map[string]string{
"otel.scope.name": instrLibName,
"otel.scope.version": instrLibVersion,
"otel.library.name": instrLibName,
"otel.library.version": instrLibVersion,
"otel.scope.name": instrLibName,
"otel.scope.version": instrLibVersion,
},
},
}
Expand Down

0 comments on commit ec404ac

Please sign in to comment.