diff options
| author | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-06-01 11:01:09 -0500 |
|---|---|---|
| committer | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-06-01 11:01:09 -0500 |
| commit | 9cae7b2af4d22994eaff20e7fe6bb4e0eb7c1ba0 (patch) | |
| tree | 0d70a4b73820c995e9cc277e5bf8b754433a8023 | |
| parent | cd8e6816ff7cd99db7c50fa2c9a2f96250d05860 (diff) | |
| download | keystone-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.py | 5 |
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'] |
