Skip to content

Commit 6928f6d

Browse files
authored
Prevent test from hitting Docker Hub (google#948)
1 parent 60c7f4d commit 6928f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/crane/crane_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func TestCraneRegistry(t *testing.T) {
173173
}
174174

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

0 commit comments

Comments
 (0)