Skip to content

Commit

Permalink
fix test condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-breen committed Oct 16, 2024
1 parent 5e24dee commit b2c3794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/collector/otel_collector_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ func TestCollector_updateResourceAttributes(t *testing.T) {
name: "Test 3: Adding a duplicate key doesn't append",
setupActions: []config.Action{{Key: "test", Action: "insert", Value: "test value 1"}},
actions: []config.Action{{Key: "test", Action: "insert", Value: "updated value 2"}},
expectedReloadRequired: true,
expectedReloadRequired: false,
expectedAttribs: []config.Action{{Key: "test", Action: "insert", Value: "test value 1"}},
},
}
Expand Down

0 comments on commit b2c3794

Please sign in to comment.