Skip to content

Commit 3887d00

Browse files
Update pkg/reconciler/taskrun/resources/taskspec_test.go
Co-authored-by: Chitrang Patel <[email protected]>
1 parent 7d2e30e commit 3887d00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/reconciler/taskrun/resources/taskspec_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,6 @@ func TestGetStepActionsData(t *testing.T) {
490490
Image: "myimage",
491491
Command: []string{"ls"},
492492
Args: []string{"-lh"},
493-
WorkingDir: "/bar",
494-
Timeout: &metav1.Duration{Duration: time.Hour},
495493
SecurityContext: &corev1.SecurityContext{RunAsUser: &stepActionUser},
496494
}},
497495
}}

0 commit comments

Comments
 (0)