Skip to content

Commit

Permalink
refactor(integration tests): remove unnecessary import changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Mar 25, 2024
1 parent fae067c commit be9a5aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions integration/docker_engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ package integration

import (
"context"
"github.com/aquasecurity/trivy/pkg/types"
"io"
"os"
"strings"
"testing"

"github.com/aquasecurity/trivy/pkg/types"

api "github.com/docker/docker/api/types"
"github.com/docker/docker/client"
"github.com/stretchr/testify/assert"
Expand Down
3 changes: 1 addition & 2 deletions integration/repo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ package integration

import (
"fmt"
"github.com/stretchr/testify/assert"
"os"
"strings"
"testing"

"github.com/stretchr/testify/assert"

ftypes "github.com/aquasecurity/trivy/pkg/fanal/types"
"github.com/aquasecurity/trivy/pkg/types"
)
Expand Down
3 changes: 1 addition & 2 deletions integration/standalone_tar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
package integration

import (
"github.com/aquasecurity/trivy/pkg/types"
"os"
"path/filepath"
"strings"
"testing"

"github.com/aquasecurity/trivy/pkg/types"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down

0 comments on commit be9a5aa

Please sign in to comment.