Fix merge issue
Upstream-commit: 42d1c36a5c775a37a0173cf315086fde1c1b7dd8 Component: engine
This commit is contained in:
@ -17,7 +17,7 @@ func TestLookupImage(t *testing.T) {
|
||||
t.Errorf("Expected 1 image, none found")
|
||||
}
|
||||
|
||||
if img, err := runtime.repositories.LookupImage(unitTestImageName + ":" + DEFAULT_TAG); err != nil {
|
||||
if img, err := runtime.repositories.LookupImage(unitTestImageName + ":" + DEFAULTTAG); err != nil {
|
||||
t.Fatal(err)
|
||||
} else if img == nil {
|
||||
t.Errorf("Expected 1 image, none found")
|
||||
|
||||
Reference in New Issue
Block a user