Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Jun 20, 2024
1 parent 58be04f commit 0769798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/pkg/agent/cmd/otel_flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ package cmd
import (
"testing"

"github.com/elastic/elastic-agent/internal/pkg/agent/application/paths"
"github.com/spf13/pflag"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/elastic/elastic-agent/internal/pkg/agent/application/paths"
)

func TestOtelFlagsSetup(t *testing.T) {
Expand Down

0 comments on commit 0769798

Please sign in to comment.