Skip to content

Commit

Permalink
Prevent test from hitting Docker Hub (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr authored Feb 24, 2021
1 parent 60c7f4d commit 6928f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crane/crane_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func TestCraneRegistry(t *testing.T) {
}

// Delete the non existing image
if err := crane.Delete("honk-image"); err == nil {
if err := crane.Delete(dst + ":honk-image"); err == nil {
t.Fatal("wanted err, got nil")
}

Expand Down

0 comments on commit 6928f6d

Please sign in to comment.