Update go dependencies (#2234)
This commit is contained in:
parent
6e099c5f57
commit
93c72ef646
1236 changed files with 37226 additions and 49844 deletions
2
vendor/k8s.io/client-go/rest/client_test.go
generated
vendored
2
vendor/k8s.io/client-go/rest/client_test.go
generated
vendored
|
|
@ -302,7 +302,7 @@ func TestCreateBackoffManager(t *testing.T) {
|
|||
backoff.UpdateBackoff(theUrl, nil, 500)
|
||||
backoff = readExpBackoffConfig()
|
||||
if backoff.CalculateBackoff(theUrl)/time.Second != 0 {
|
||||
t.Errorf("Zero backoff duration, but backoff still occuring.")
|
||||
t.Errorf("Zero backoff duration, but backoff still occurring.")
|
||||
}
|
||||
|
||||
// No env -> No backoff.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue