diff --git a/internal/components/processors_test.go b/internal/components/processors_test.go index 65160ef9cb9d..ae518a0a2b9d 100644 --- a/internal/components/processors_test.go +++ b/internal/components/processors_test.go @@ -93,7 +93,7 @@ func TestDefaultProcessors(t *testing.T) { }, } - assert.Equal(t, len(tests)+14 /* not tested */, len(procFactories)) + assert.Equal(t, len(tests)+15 /* not tested */, len(procFactories)) for _, tt := range tests { t.Run(string(tt.processor), func(t *testing.T) { factory, ok := procFactories[tt.processor]