commit | 14e44c9937bb8d4e4d755eecc04413a57d48922f | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 30 12:12:54 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 30 13:20:12 2014 +0100 |
tree | 348da44ba4ed700750f2f37916610fcd5ddbdb4a | |
parent | 40bd5a6ef38ef34fde56d89c16d3ab0a9718a2e8 [diff] [blame] |
Ensure that we get a bool for MFA field
diff --git a/rackspace/identity/v2/users/delegate_test.go b/rackspace/identity/v2/users/delegate_test.go index 4461c8c..5d30c6c 100644 --- a/rackspace/identity/v2/users/delegate_test.go +++ b/rackspace/identity/v2/users/delegate_test.go
@@ -64,7 +64,7 @@ th.AssertNoErr(t, err) th.AssertEquals(t, true, user.Enabled) - th.AssertEquals(t, "true", user.MultiFactorEnabled) + th.AssertEquals(t, true, user.MultiFactorEnabled) } func TestUpdateUser(t *testing.T) {