commit | 397ade62e7592be6e70c18ac932f9d0f1e1d9f16 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jon.perritt@rackspace.com> | Tue Mar 15 06:55:02 2016 -0500 |
committer | Jon Perritt <jon.perritt@rackspace.com> | Tue Mar 15 06:55:02 2016 -0500 |
tree | 3f83ba64b8eb8b6bf321a90033cea7d09101cf04 | |
parent | 77f79d2b64b60195f79b11d4f6d95425e4109db6 [diff] [blame] |
fixes for failing unit tests after changes
diff --git a/authv3.go b/authv3.go index 470e495..3099b95 100644 --- a/authv3.go +++ b/authv3.go
@@ -38,7 +38,7 @@ ID string `json:"id,omitempty" xor:"Name"` Name string `json:"name,omitempty" xor:"ID"` Password string `json:"password" required:"true"` - Domain *DomainV3 `json:"domain,omitempty" not:"Domain.ID,Domain.Name"` + Domain *DomainV3 `json:"domain,omitempty"` } type PasswordCredentialsV3 struct {