You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x-pack/filebeat/input/netflow/decoder/...: move testing helpers out of exported package (#44481) (#44759)
Including the testing helpers in the template package results in
unnecessarily polluting the filebeat binary with the testing package.
So move it into its own package that is only imported by _test.go files.
(cherry picked from commit 57b1f46)
Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
0 commit comments