Skip to content

Commit

Permalink
Update pkg/reconciler/taskrun/resources/taskspec_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chitrang Patel <[email protected]>
  • Loading branch information
Yongxuanzhang and chitrangpatel authored Nov 8, 2023
1 parent 7d2e30e commit 3887d00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/reconciler/taskrun/resources/taskspec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@ func TestGetStepActionsData(t *testing.T) {
Image: "myimage",
Command: []string{"ls"},
Args: []string{"-lh"},
WorkingDir: "/bar",
Timeout: &metav1.Duration{Duration: time.Hour},
SecurityContext: &corev1.SecurityContext{RunAsUser: &stepActionUser},
}},
}}
Expand Down

0 comments on commit 3887d00

Please sign in to comment.