File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -390,11 +390,12 @@ func TestWaitWithContext(t *testing.T) {
390390 return false , nil , fmt .Errorf ("something bad happened when checking if the async action was finished" )
391391 }
392392 handler := AsyncActionHandler [respType ]{
393- checkFn : checkFn ,
394- sleepBeforeWait : tt .handlerSleepBeforeWait ,
395- throttle : tt .handlerThrottle ,
396- timeout : tt .handlerTimeout ,
397- tempErrRetryLimit : tt .handlerTempErrRetryLimit ,
393+ checkFn : checkFn ,
394+ sleepBeforeWait : tt .handlerSleepBeforeWait ,
395+ throttle : tt .handlerThrottle ,
396+ timeout : tt .handlerTimeout ,
397+ tempErrRetryLimit : tt .handlerTempErrRetryLimit ,
398+ retryHttpErrorStatusCodes : RetryHttpErrorStatusCodes ,
398399 }
399400 ctx , cancel := context .WithTimeout (context .Background (), tt .contextTimeout )
400401 defer cancel ()
You can’t perform that action at this time.
0 commit comments