From 05308fb7dc4027d3fdca22b122717224d60e0418 Mon Sep 17 00:00:00 2001 From: Dmitri Dolguikh Date: Mon, 22 Jun 2026 19:18:15 +0200 Subject: [PATCH] small fix in a test Signed-off-by: Dmitri Dolguikh --- client/internal/netflow/store/event_aggregation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/internal/netflow/store/event_aggregation_test.go b/client/internal/netflow/store/event_aggregation_test.go index dbadef485..b9e95028f 100644 --- a/client/internal/netflow/store/event_aggregation_test.go +++ b/client/internal/netflow/store/event_aggregation_test.go @@ -154,7 +154,7 @@ func TestFlowAggregationOfUnknownProtocols(t *testing.T) { }} for _, tt := range tests { - t.Run(tt.description+" "+string(types.ProtocolUnknown), func(t *testing.T) { + t.Run(tt.description+" "+types.ProtocolUnknown.String(), func(t *testing.T) { store := NewAggregatingMemoryStore() store.WindowEnd = time.Now().Add(5 * time.Second)