Broken newClient method.
diff --git a/acceptance/openstack/objectstorage/v1/accounts_test.go b/acceptance/openstack/objectstorage/v1/accounts_test.go
index b55f2a6..0cbee04 100644
--- a/acceptance/openstack/objectstorage/v1/accounts_test.go
+++ b/acceptance/openstack/objectstorage/v1/accounts_test.go
@@ -13,8 +13,7 @@
func TestAccounts(t *testing.T) {
// Create a provider client for making the HTTP requests.
// See common.go in this directory for more information.
- client, err := newClient()
- th.AssertNoErr(t, err)
+ client := newClient(t)
// Update an account's metadata.
res = accounts.Update(client, accounts.UpdateOpts{Metadata: metadata})