summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Dahn <jake@markupisart.com>2011-08-16 09:15:14 -0700
committerJake Dahn <jake@markupisart.com>2011-08-16 09:15:14 -0700
commitf3e64fea374df91a6ff78a891ff627edf635fdb2 (patch)
tree4554c5e6f05d5d67040e79592c1d09d644dba6e3
parentb85deda977ff46722a4461aca98f0378fd10ee1b (diff)
downloadnova-f3e64fea374df91a6ff78a891ff627edf635fdb2.tar.gz
nova-f3e64fea374df91a6ff78a891ff627edf635fdb2.tar.xz
nova-f3e64fea374df91a6ff78a891ff627edf635fdb2.zip
fixing pep8 issue
-rw-r--r--nova/tests/api/openstack/contrib/test_quotas.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/contrib/test_quotas.py b/nova/tests/api/openstack/contrib/test_quotas.py
index d77ed40ed..f6a25385f 100644
--- a/nova/tests/api/openstack/contrib/test_quotas.py
+++ b/nova/tests/api/openstack/contrib/test_quotas.py
@@ -108,7 +108,6 @@ class QuotaSetsTest(test.TestCase):
self.assertEqual(res.status_int, 200)
self.assertEqual(json.loads(res.body), quota_set('1234'))
-
def test_quotas_show_as_unauthorized_user(self):
req = webob.Request.blank('/v1.1/os-quota-sets/1234')
req.method = 'GET'