commit | e4e6dfe483c365afd92f42ef221b30a42dd10fd3 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Mon Oct 27 11:50:29 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Mon Oct 27 11:50:29 2014 +0100 |
tree | 18bdb0ac7fc6bcba86db9404247ff0ac8bce293d | |
parent | 7bc317dfffdf8f85ba5ea340bd6ca55eea12533a [diff] [blame] |
Updating acceptance tests :ok_hand:
diff --git a/acceptance/openstack/blockstorage/v1/volumes_test.go b/acceptance/openstack/blockstorage/v1/volumes_test.go index 6739a99..d2281e6 100644 --- a/acceptance/openstack/blockstorage/v1/volumes_test.go +++ b/acceptance/openstack/blockstorage/v1/volumes_test.go
@@ -47,8 +47,8 @@ if err != nil { t.Error(err) } - err = volumes.Delete(client, cv.ID) - if err != nil { + res = volumes.Delete(client, cv.ID) + if res.Err != nil { t.Error(err) return }