Skip to content

Commit 8610704

Browse files
committed
Fix an error message
1 parent 4f5d0e3 commit 8610704

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
@@ -134,7 +134,7 @@ func Test_cvoManifests(t *testing.T) {
134134
for _, m := range manifestsWithoutIncludeAnnotation {
135135
messages = append(messages, fmt.Sprintf("%s/%s/%s/%s", m.OriginalFilename, m.GVK, m.Obj.GetName(), m.Obj.GetNamespace()))
136136
}
137-
t.Fatalf("Those manifests have no annotation with prefix %q and will not beinstalled by CVO: %s", prefix, strings.Join(messages, "', '"))
137+
t.Fatalf("Those manifests have no annotation with prefix %q and will not be installed by CVO: %s", prefix, strings.Join(messages, ", "))
138138
}
139139
})
140140
}

0 commit comments

Comments
 (0)