From 95bccb76fae130dc834c42c833d07528d72ea209 Mon Sep 17 00:00:00 2001 From: Kristina Durivage Date: Fri, 14 Nov 2025 16:12:37 -0600 Subject: [PATCH] fix test that is technically correct but not great --- pkg/tests/apis/correlations/correlations_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",