commit | 1110840554699cec8f2e88c73e142ff7c704e5eb | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Mon Feb 23 10:31:41 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:38 2015 +0200 |
tree | d0945b2dc4cba70147076719ee10a4dabc4b589b | |
parent | 05d200d420609acff45dccc4d455bf36577281e1 [diff] [blame] |
Finalizing most acceptance tests
diff --git a/rackspace/db/v1/flavors/delegate.go b/rackspace/db/v1/flavors/delegate.go index 689b81e..fd2608d 100644 --- a/rackspace/db/v1/flavors/delegate.go +++ b/rackspace/db/v1/flavors/delegate.go
@@ -12,6 +12,6 @@ } // Get retrieves the details for a particular flavor. -func Get(client *gophercloud.ServiceClient, flavorID string) os.GetResult { +func Get(client *gophercloud.ServiceClient, flavorID int) os.GetResult { return os.Get(client, flavorID) }