diff --git a/pkg/tests/apis/correlations/correlations_test.go b/pkg/tests/apis/correlations/correlations_test.go index 9c5dd2f4fe1..b33db1fefac 100644 --- a/pkg/tests/apis/correlations/correlations_test.go +++ b/pkg/tests/apis/correlations/correlations_test.go @@ -76,7 +76,7 @@ func TestIntegrationCorrelations(t *testing.T) { Type: correlations.CorrelationType("query"), Config: correlations.CorrelationConfig{ Field: "a", - Target: map[string]any{ "test": "hi"}, + Target: map[string]any{}, Transformations: correlations.Transformations{{ Type: "logfmt", Expression: "aaaa",