Skip to content

Commit

Permalink
test: pass args dynamic to e2e
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed Jun 4, 2024
1 parent cdfa53e commit 140a13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/job-update.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func main() {
job.Spec.Template.Spec.Containers[0].Args[index+1] = cce
}
}
b, err := yaml.Marshal(job)
b, err := job.DeepCopy().Marshal()
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 140a13f

Please sign in to comment.