commit | 9d9fb10702ad1efd5a7570cfb96a96bd0e9d98e1 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Wed Sep 03 11:26:31 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Wed Sep 03 11:26:31 2014 -0400 |
tree | 71aa5a254041af2340cf7f7c11a04a2ac56e18b9 | |
parent | a87ee06ff02f989a03278cbe0fa77c0ea7e8e587 [diff] [blame] |
Update acceptance tests to match.
diff --git a/acceptance/openstack/client_test.go b/acceptance/openstack/client_test.go index f55e155..578469d 100644 --- a/acceptance/openstack/client_test.go +++ b/acceptance/openstack/client_test.go
@@ -16,6 +16,9 @@ t.Fatalf("Unable to acquire credentials: %v", err) } + // Trim out unused fields. + ao.TenantID, ao.TenantName = "", "" + client, err := openstack.AuthenticatedClient(ao) if err != nil { t.Fatalf("Unable to authenticate: %v", err)