commit | ccfccce001fa1e3cfec65d5df90f79dc89f23e36 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Tue Sep 09 11:43:04 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Tue Sep 09 11:43:04 2014 -0400 |
tree | d06127eb41b8ef5ae91058ee30436944c803d0ca | |
parent | a0c4c84cd7d87f3406ebd4dadac488dc66b7f6f1 [diff] |
ChooseVersion accounts for missing /s.
diff --git a/acceptance/openstack/client_test.go b/acceptance/openstack/client_test.go index 053e2ac..b9fdc82 100644 --- a/acceptance/openstack/client_test.go +++ b/acceptance/openstack/client_test.go
@@ -18,7 +18,7 @@ } // Trim out unused fields. - ao.TenantID, ao.TenantName, ao.Username = "", "", "" + ao.TenantID, ao.TenantName = "", "" client, err := openstack.AuthenticatedClient(ao) if err != nil {