Fix some linting errors (#12860)

This commit is contained in:
Brian Kassouf
2021-10-18 17:29:47 -07:00
committed by GitHub
parent f293269a72
commit 230ed81150
12 changed files with 69 additions and 44 deletions

View File

@@ -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