Skip to content

Commit

Permalink
update data_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ritalwar committed Oct 30, 2023
1 parent 74eb3ae commit b4a9cd2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x-pack/metricbeat/module/airflow/statsd/data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ import (
"sync"
"testing"

"github.com/elastic/beats/v7/x-pack/metricbeat/module/statsd/server"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/elastic/beats/v7/auditbeat/core"
_ "github.com/elastic/beats/v7/libbeat/processors/actions"
"github.com/elastic/beats/v7/metricbeat/mb"
mbtest "github.com/elastic/beats/v7/metricbeat/mb/testing"
_ "github.com/elastic/beats/v7/x-pack/metricbeat/module/statsd/server"
"github.com/elastic/beats/v7/x-pack/metricbeat/module/statsd/server"
)

func init() {
Expand Down

0 comments on commit b4a9cd2

Please sign in to comment.