Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed Feb 13, 2024
1 parent 17709df commit c0d332a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/docker/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (

dockertypes "github.com/docker/docker/api/types"
dockercontainer "github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/registry"
dockerstrslice "github.com/docker/docker/api/types/strslice"

"github.com/openshift/source-to-image/pkg/api/constants"
Expand All @@ -31,7 +32,7 @@ func TestContainerName(t *testing.T) {
func getDocker(client Client) *stiDocker {
return &stiDocker{
client: client,
pullAuth: dockertypes.AuthConfig{},
pullAuth: registry.AuthConfig{},
}
}

Expand Down

0 comments on commit c0d332a

Please sign in to comment.