Skip to content

Commit c5a222b

Browse files
committed
Fix an error message
1 parent 059f3f0 commit c5a222b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/payload/render_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ func Test_cvoManifests(t *testing.T) {
378378
for _, m := range manifestsWithoutIncludeAnnotation {
379379
messages = append(messages, fmt.Sprintf("%s/%s/%s/%s", m.OriginalFilename, m.GVK, m.Obj.GetName(), m.Obj.GetNamespace()))
380380
}
381-
t.Fatalf("Those manifests have no annotation with prefix %q and will not beinstalled by CVO: %s", prefix, strings.Join(messages, "', '"))
381+
t.Errorf("Those manifests have no annotation with prefix %q and will not be installed by CVO: %s", prefix, strings.Join(messages, ", "))
382382
}
383383
})
384384
}

0 commit comments

Comments
 (0)