diff --git a/pkg/internal/discover/attacher_test.go b/pkg/internal/discover/attacher_test.go index f314c95ea..a5972f0b5 100644 --- a/pkg/internal/discover/attacher_test.go +++ b/pkg/internal/discover/attacher_test.go @@ -5,10 +5,11 @@ import ( "os" "testing" + "github.com/stretchr/testify/assert" + "github.com/grafana/beyla/pkg/beyla" "github.com/grafana/beyla/pkg/internal/exec" "github.com/grafana/beyla/pkg/services" - "github.com/stretchr/testify/assert" ) func TestSkipSelfInstrumentation(t *testing.T) {