mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
fix lint
This commit is contained in:
parent
2bed3333bc
commit
2c062117d0
@ -1526,7 +1526,7 @@ func runWorkload(tCtx ktesting.TContext, tc *testCase, w *workload, informerFact
|
||||
}
|
||||
select {
|
||||
case <-tCtx.Done():
|
||||
return nil, fmt.Errorf("op %d: %v", opIndex, context.Cause(tCtx))
|
||||
return nil, fmt.Errorf("op %d: %w", opIndex, context.Cause(tCtx))
|
||||
default:
|
||||
}
|
||||
err = executor.runOp(realOp, opIndex)
|
||||
|
Loading…
Reference in New Issue
Block a user