We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51ac5ad + 61a2cc9 commit b55a341Copy full SHA for b55a341
pkg/validation/internal/object_test.go
@@ -64,8 +64,6 @@ func TestValidateObject(t *testing.T) {
64
}
65
66
for _, tt := range table {
67
- t.Log(tt.description)
68
-
69
u := unstructured.Unstructured{}
70
o, err := ioutil.ReadFile(tt.path)
71
if err != nil {
pkg/validation/internal/operatorhub_test.go
@@ -83,7 +83,6 @@ func TestCustomCategories(t *testing.T) {
83
84
85
86
- t.Logf("%s", tt.description)
87
if tt.custom {
88
os.Setenv("OPERATOR_BUNDLE_CATEGORIES", "./testdata/categories.json")
89
} else {
0 commit comments