dep ensure -update k8s.io/client-go (#197)
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user