summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-06-01 11:01:09 -0500
committerKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-06-01 11:01:09 -0500
commit9cae7b2af4d22994eaff20e7fe6bb4e0eb7c1ba0 (patch)
tree0d70a4b73820c995e9cc277e5bf8b754433a8023
parentcd8e6816ff7cd99db7c50fa2c9a2f96250d05860 (diff)
downloadkeystone-9cae7b2af4d22994eaff20e7fe6bb4e0eb7c1ba0.tar.gz
keystone-9cae7b2af4d22994eaff20e7fe6bb4e0eb7c1ba0.tar.xz
keystone-9cae7b2af4d22994eaff20e7fe6bb4e0eb7c1ba0.zip
The API is a moving target; update the test
-rw-r--r--test/functional/test_tokens.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/functional/test_tokens.py b/test/functional/test_tokens.py
index 736365d9..08d718f1 100644
--- a/test/functional/test_tokens.py
+++ b/test/functional/test_tokens.py
@@ -35,11 +35,6 @@ class AuthenticateTest(base.BaseKeystoneTest):
util.assert_in('token', resp.obj['auth'])
util.assert_in('expires', resp.obj['auth']['token'])
util.assert_in('id', resp.obj['auth']['token'])
- util.assert_in('user', resp.obj['auth'])
- util.assert_in('username', resp.obj['auth']['user'])
- util.assert_in('tenantId', resp.obj['auth']['user'])
- util.assert_equal(resp.obj['auth']['user']['username'],
- base.options.username)
# Now ensure we can revoke an authentication token
auth_tok = resp.obj['auth']['token']['id']