Skip to content

Commit

Permalink
increase number of returned fields in ipfix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bhale-ibm committed Feb 26, 2024
1 parent 0e5e24a commit effe623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/write/testnorace/write_ipfix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func TestEnrichedIPFIXFlow(t *testing.T) {
assert.Equal(t, uint16(10), tplv4Msg.GetVersion())
templateSet := tplv4Msg.GetSet()
templateElements := templateSet.GetRecords()[0].GetOrderedElementList()
assert.Len(t, templateElements, 20)
assert.Len(t, templateElements, 21)
assert.Equal(t, uint32(0), templateElements[0].GetInfoElement().EnterpriseId)

// Check data
Expand Down

0 comments on commit effe623

Please sign in to comment.