Finalizing most acceptance tests
diff --git a/openstack/db/v1/flavors/results.go b/openstack/db/v1/flavors/results.go
index d3f507e..2089f67 100644
--- a/openstack/db/v1/flavors/results.go
+++ b/openstack/db/v1/flavors/results.go
@@ -28,7 +28,7 @@
// Flavor records represent (virtual) hardware configurations for server resources in a region.
type Flavor struct {
// The flavor's unique identifier.
- ID int `mapstructure:"id"`
+ ID string `mapstructure:"id"`
// The RAM capacity for the flavor.
RAM int `mapstructure:"ram"`