commit | 001cfa5ea395ceec1725a9edc5ae2e1095068f31 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Tue Sep 02 14:23:23 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Tue Sep 02 14:23:23 2014 -0400 |
tree | 83dc48da57fb5089f7a876e564aa248e92ef354c | |
parent | 33c85f4e5e10d0e97cc6d39a1a5c3a92f415ea7c [diff] [blame] |
Fix tests.
diff --git a/openstack/client_test.go b/openstack/client_test.go index 5476271..b403169 100644 --- a/openstack/client_test.go +++ b/openstack/client_test.go
@@ -52,7 +52,7 @@ Password: "secret", IdentityEndpoint: testhelper.Endpoint(), } - client, err := NewClient(options) + client, err := AuthenticatedClient(options) if err != nil { t.Fatalf("Unexpected error from NewClient: %s", err)