diff --git a/tests/receivers_test.go b/tests/receivers_test.go index 8f459cc3c..7a08135fe 100644 --- a/tests/receivers_test.go +++ b/tests/receivers_test.go @@ -52,7 +52,7 @@ func TestReceivers(t *testing.T) { if _, ok := installs[s.Mark]; !ok { installs[s.Mark] = meta.DeployedReceiverList{} } - installs[s.Mark] = append(installs[s.Model], s) + installs[s.Mark] = append(installs[s.Mark], s) } for _, v := range installs {