fix test that is technically correct but not great

This commit is contained in:
Kristina Durivage
2025-11-14 16:12:37 -06:00
parent 8329b12240
commit 95bccb76fa
@@ -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",