commit | 8aa40263d40c5f1ed033f133d8574e847dfa8481 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Mon Sep 29 15:41:32 2014 -0500 |
committer | Jon Perritt <jrperritt@gmail.com> | Mon Sep 29 15:41:32 2014 -0500 |
tree | 857b9c13fc9c1121991ade9945dfcbc67e68cf4f | |
parent | 8c93a3017c0402c1b201067e332859f67dec9e4e [diff] [blame] |
fix for hanging unit tests
diff --git a/openstack/storage/v1/containers/requests.go b/openstack/storage/v1/containers/requests.go index 3a6a265..35bc1af 100644 --- a/openstack/storage/v1/containers/requests.go +++ b/openstack/storage/v1/containers/requests.go
@@ -80,7 +80,7 @@ OkCodes: []int{201, 204}, }) if err == nil { - container = Container{"name": containerName} + container = Container{Name: containerName} } return container, err }