summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'