commit | 32789b5b2fd7c7809a33217e7294ef8c18694fea | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 02 11:30:18 2014 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 02 11:30:18 2014 +0200 |
tree | 3584a02fd62b32f0057106664862aa0c0675642c | |
parent | 92523e35aedfdf5b56a21a035835e33831a426c7 [diff] |
Fixing test
diff --git a/openstack/networking/v2/extensions/provider/results_test.go b/openstack/networking/v2/extensions/provider/results_test.go index 9cb5c6d..8725130 100644 --- a/openstack/networking/v2/extensions/provider/results_test.go +++ b/openstack/networking/v2/extensions/provider/results_test.go
@@ -249,7 +249,7 @@ `) }) - iFalse := false + iTrue := true options := networks.UpdateOpts{Name: "new_network_name", AdminStateUp: Down, Shared: &iTrue} res := networks.Update(serviceClient(), "4e8e5957-649f-477b-9e5b-f1f75b21c03c", options) n, err := ExtractUpdate(res)