commit | 59f22077969e66c9e19fc60c80b4c819c4fdf79b | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 23 17:00:59 2014 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 23 17:00:59 2014 +0200 |
tree | 1fa59e6d4c41c89dd9093c260e11674d58fdcff9 | |
parent | 878cce0b9306054116453b016225b480d7a1586d [diff] |
Fixing tests
diff --git a/openstack/blockstorage/v1/volumes/fixtures.go b/openstack/blockstorage/v1/volumes/fixtures.go index 4bf1b95..a01ad05 100644 --- a/openstack/blockstorage/v1/volumes/fixtures.go +++ b/openstack/blockstorage/v1/volumes/fixtures.go
@@ -61,7 +61,7 @@ th.TestJSONRequest(t, r, ` { "volume": { - "size": 4 + "size": 75 } } `)
diff --git a/openstack/blockstorage/v1/volumes/requests_test.go b/openstack/blockstorage/v1/volumes/requests_test.go index 8e7e33d..11b950e 100644 --- a/openstack/blockstorage/v1/volumes/requests_test.go +++ b/openstack/blockstorage/v1/volumes/requests_test.go
@@ -64,7 +64,7 @@ MockCreateResponse(t) - options := &CreateOpts{Size: 4} + options := &CreateOpts{Size: 75} n, err := Create(client.ServiceClient(), options).Extract() th.AssertNoErr(t, err)