commit | 05d200d420609acff45dccc4d455bf36577281e1 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Fri Feb 20 14:49:05 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:38 2015 +0200 |
tree | 6b5aac1b7779083b495e11c031954e2913705cd4 | |
parent | b0d267bad1f07c42cc6e322108fa8a29b7be5968 [diff] [blame] |
First crack at acceptance tests
diff --git a/openstack/db/v1/flavors/fixtures.go b/openstack/db/v1/flavors/fixtures.go index c7102e7..df70898 100644 --- a/openstack/db/v1/flavors/fixtures.go +++ b/openstack/db/v1/flavors/fixtures.go
@@ -2,6 +2,7 @@ import ( "fmt" + "strconv" "testing" "github.com/rackspace/gophercloud/testhelper/fixture" @@ -28,7 +29,7 @@ var ( flavorID = 1 _baseURL = "/flavors" - resURL = "/flavors/" + flavorID + resURL = "/flavors/" + strconv.Itoa(flavorID) ) var (