Skip to content

Commit d17b767

Browse files
author
A-5ingh
committed
fix: remove redundant PodLogs entries from test cases in step_test.go
1 parent b0ab9a0 commit d17b767

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pkg/runner/step_test.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -698,13 +698,6 @@ func TestStepProcessor_Run(t *testing.T) {
698698
Duration: metav1.Duration{Duration: time.Duration(1) * time.Second},
699699
},
700700
},
701-
{
702-
PodLogs: &v1alpha1.PodLogs{
703-
ActionObjectSelector: v1alpha1.ActionObjectSelector{
704-
Selector: "name=myapp",
705-
},
706-
},
707-
},
708701
},
709702
Finally: []v1alpha1.CatchFinally{
710703
{
@@ -723,13 +716,6 @@ func TestStepProcessor_Run(t *testing.T) {
723716
Duration: metav1.Duration{Duration: time.Duration(1) * time.Second},
724717
},
725718
},
726-
{
727-
PodLogs: &v1alpha1.PodLogs{
728-
ActionObjectSelector: v1alpha1.ActionObjectSelector{
729-
Selector: "name=myapp",
730-
},
731-
},
732-
},
733719
},
734720
},
735721
},

0 commit comments

Comments
 (0)