Skip to content

Commit

Permalink
fix: leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
sermio-te committed Nov 29, 2023
1 parent b5a19a3 commit 4fcdacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestGetDockerConfig(t *testing.T) {

registry, cfg, err := DockerImageAuth(context.Background(), imageReg+imagePath)
require.Nil(t, err)
require.NotNil(t, cfg)
require.NotEmpty(t, cfg)

assert.Equal(t, imageReg, registry)
assert.Equal(t, "gopher", cfg.Username)
Expand Down

0 comments on commit 4fcdacc

Please sign in to comment.