Skip to content

Commit

Permalink
NewRequest signature applied in origin code
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Apr 10, 2017
1 parent 2245d63 commit c9b538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/etcd_storage_path_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ func (c *allClient) verb(verb string, gvk unversioned.GroupVersionKind) (*restcl
if err != nil {
return nil, err
}
return restclient.NewRequest(c.client, verb, baseURL, versionedAPIPath, contentConfig, *serializers, c.backoff, c.config.RateLimiter), nil
return restclient.NewRequest(c.client, verb, baseURL, versionedAPIPath, contentConfig, *serializers, c.backoff, c.config.RateLimiter, 0), nil
}

func (c *allClient) create(stub, ns string, mapping *meta.RESTMapping, all *[]cleanupData) error {
Expand Down

0 comments on commit c9b538d

Please sign in to comment.