(maxIter int)
| 133 | } |
| 134 | |
| 135 | func maxIterEvent(maxIter int) *runtime.MaxIterationsReachedEvent { |
| 136 | return &runtime.MaxIterationsReachedEvent{ |
| 137 | Type: "max_iterations_reached", |
| 138 | MaxIterations: maxIter, |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | func TestMaxIterationsAutoApproveInYoloMode(t *testing.T) { |
| 143 | t.Parallel() |
no outgoing calls
no test coverage detected