Skip to content

Commit

Permalink
specific test name
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Dec 12, 2024
1 parent fb38b51 commit 3851eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/k8sattributesprocessor/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ func Test_setResourceAttribute(t *testing.T) {
},
},
{
name: "attribute present - do not overwrite value",
name: "attribute present with non-empty value - do not overwrite value",
attributes: func() pcommon.Map {
m := pcommon.NewMap()
m.PutStr("foo", "bar")
Expand Down

0 comments on commit 3851eff

Please sign in to comment.