commit | 61b2d34891eaba01bf263516b20b9605ceb43925 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Tue Sep 09 09:46:01 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Tue Sep 09 09:46:01 2014 -0400 |
tree | b439c11719b29cf569613962bb352af9e95313b3 | |
parent | 5deff16c9923e953903461d85353f82c5fa20d36 [diff] [blame] |
Fix up more of the acceptance tests.
diff --git a/acceptance/tools/tools.go b/acceptance/tools/tools.go index 7247d60..594bfba 100644 --- a/acceptance/tools/tools.go +++ b/acceptance/tools/tools.go
@@ -46,7 +46,8 @@ return ts, err } - ts.A, err = identity.Authenticate(ts.O) + client := &gophercloud.ServiceClient{Endpoint: ts.O.IdentityEndpoint + "/"} + ts.A, err = identity.Authenticate(client, ts.O) if err != nil { return ts, err }