mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Fix some linting errors (#12860)
This commit is contained in:
@@ -287,7 +287,7 @@ func assertNoCreds(t testing.TB, address string, port int, username, password st
|
||||
if err != nil {
|
||||
return nil
|
||||
}
|
||||
return err
|
||||
return nil
|
||||
}
|
||||
bo := backoff.NewExponentialBackOff()
|
||||
bo.MaxElapsedTime = timeout
|
||||
|
||||
Reference in New Issue
Block a user