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)