Skip to content

Commit

Permalink
Update pkg/reconciler/pipelinerun/pipelinerun_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Bernick <leebernick@google.com>
  • Loading branch information
RafaeLeal and lbernick committed Apr 4, 2023
1 parent 4215107 commit 4cf4627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/pipelinerun/pipelinerun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@ spec:

// withEtcdRequestSizeLimit calculates the yaml marshal of the payload and gives an `etcdserver: request too large` when
// the limit is reached
func withEtcdRequestSizeLimit(t *testing.T, limit int) ktesting.ReactionFunc {
func withEtcdRequestSizeLimit(t *testing.T, limitBytes int) ktesting.ReactionFunc {
t.Helper()
return func(action ktesting.Action) (handled bool, ret runtime.Object, err error) {
obj := action.(ktesting.UpdateAction).GetObject()
Expand Down

0 comments on commit 4cf4627

Please sign in to comment.