commit | 52dbcee6a658b74d6e7bde87517380898513403c | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Tue Oct 06 16:09:56 2015 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:38 2015 +0200 |
tree | 0b8f88279d7d265cba611d60ada6647b2fd3975f | |
parent | 80c706777c562a8b4285ec38aab029a5f047e5d0 [diff] [blame] |
fix general issues
diff --git a/rackspace/db/v1/users/requests_test.go b/rackspace/db/v1/users/requests_test.go index f18492d..655d229 100644 --- a/rackspace/db/v1/users/requests_test.go +++ b/rackspace/db/v1/users/requests_test.go
@@ -37,7 +37,7 @@ defer th.TeardownHTTP() fixture.SetupHandler(t, _userURL, "PUT", updateReq, "", 202) - opts := os.CreateOpts{ + opts := UpdateOpts{ Name: "new_username", Password: "new_password", }