Skip to content

Commit 6ce7a04

Browse files
vdemeestertekton-robot
authored andcommitted
test: remove extra logs in task_validation_test.go
This log doesn't provide any value… Signed-off-by: Vincent Demeester <[email protected]>
1 parent e0f2fb8 commit 6ce7a04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/apis/pipeline/v1beta1/task_validation_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,6 @@ func TestTaskSpecValidateError(t *testing.T) {
948948
if err == nil {
949949
t.Fatalf("Expected an error, got nothing for %v", ts)
950950
}
951-
t.Logf("the error(s): %v (%v)", *err, err.Error())
952951
if d := cmp.Diff(tt.expectedError.Error(), err.Error(), cmpopts.IgnoreUnexported(apis.FieldError{})); d != "" {
953952
t.Errorf("TaskSpec.Validate() errors diff %s", diff.PrintWantGot(d))
954953
}

0 commit comments

Comments
 (0)