diff --git a/libbeat/monitoring/report/report_test.go b/libbeat/monitoring/report/report_test.go index 04e5ce0e040..45b0dadc83f 100644 --- a/libbeat/monitoring/report/report_test.go +++ b/libbeat/monitoring/report/report_test.go @@ -20,8 +20,9 @@ package report import ( "testing" - "github.com/elastic/beats/v7/libbeat/common" "github.com/stretchr/testify/require" + + "github.com/elastic/beats/v7/libbeat/common" ) func TestMergeHosts(t *testing.T) {