Skip to content

Commit 8ddda1a

Browse files
committed
Fix image quay.io/coreos/etcd:latest not found
1 parent caca625 commit 8ddda1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/image/apiserver/importer/import_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func TestImageStreamImportQuayIO(t *testing.T) {
9797
imports := &imageapi.ImageStreamImport{
9898
Spec: imageapi.ImageStreamImportSpec{
9999
Images: []imageapi.ImageImportSpec{
100-
{From: kapi.ObjectReference{Kind: "DockerImage", Name: repositoryName}},
100+
{From: kapi.ObjectReference{Kind: "DockerImage", Name: "quay.io/coreos/etcd:v3.5.19"}},
101101
},
102102
},
103103
}

0 commit comments

Comments
 (0)