summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuriy Taraday <yorik.sar@gmail.com>2011-06-08 21:58:59 +0400
committerYuriy Taraday <yorik.sar@gmail.com>2011-06-08 21:58:59 +0400
commitf786c112ce4753dfc1838eecbfc5a20314a5e35d (patch)
tree4d81d14b559b4ed24a1750da6e561ac60439ed12
parent3da61c0b225f824025f617f0a88f72c00e31b83e (diff)
PEP8 fix.
-rw-r--r--nova/tests/api/openstack/test_auth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/test_auth.py b/nova/tests/api/openstack/test_auth.py
index 04ce78880..af3478c7d 100644
--- a/nova/tests/api/openstack/test_auth.py
+++ b/nova/tests/api/openstack/test_auth.py
@@ -208,6 +208,7 @@ class Test(test.TestCase):
result = req.get_response(fakes.wsgi_app())
self.assertEqual(result.status, '401 Unauthorized')
+
class TestFunctional(test.TestCase):
def test_token_expiry(self):
ctx = context.get_admin_context()