diff options
| author | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-03-21 00:41:23 +0000 |
|---|---|---|
| committer | Kevin L. Mitchell <kevin.mitchell@rackspace.com> | 2011-03-21 00:41:23 +0000 |
| commit | fa6778586ab303f9e65aa3c50b80d20a4f097c6f (patch) | |
| tree | 676e2febbf2fefbcd251d3a609230b7458911d29 /nova | |
| parent | 4453021476fac599c0cee126b6eaa426d4878145 (diff) | |
| download | nova-fa6778586ab303f9e65aa3c50b80d20a4f097c6f.tar.gz nova-fa6778586ab303f9e65aa3c50b80d20a4f097c6f.tar.xz nova-fa6778586ab303f9e65aa3c50b80d20a4f097c6f.zip | |
Rename test to describe what it actually does
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/api/openstack/test_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_auth.py b/nova/tests/api/openstack/test_auth.py index c42c12f7b..ff8d42a14 100644 --- a/nova/tests/api/openstack/test_auth.py +++ b/nova/tests/api/openstack/test_auth.py @@ -132,7 +132,7 @@ class Test(test.TestCase): class TestFunctional(test.TestCase): - def test_token_lp718999(self): + def test_token_expiry(self): ctx = context.get_admin_context() tok = db.auth_token_create(ctx, dict( token_hash='bacon', |
