summaryrefslogtreecommitdiffstats
path: root/tests/test_content_types.py
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-08-30 03:26:30 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-08-30 03:26:30 -0500
commitac95f832d4457089c4f0febb8a5229d70cfa02fe (patch)
tree971f3636877636bdf03d3a071810d82e549657e1 /tests/test_content_types.py
parent2759c2239862ebe9bf7b6656936c65753e5c2cfc (diff)
downloadkeystone-ac95f832d4457089c4f0febb8a5229d70cfa02fe.tar.gz
keystone-ac95f832d4457089c4f0febb8a5229d70cfa02fe.tar.xz
keystone-ac95f832d4457089c4f0febb8a5229d70cfa02fe.zip
Removed/fixed unused variable references
Change-Id: Ifed4fc2158e9eb003561620504d2d35e07cdd3bd
Diffstat (limited to 'tests/test_content_types.py')
-rw-r--r--tests/test_content_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_content_types.py b/tests/test_content_types.py
index bd17f173..0371c556 100644
--- a/tests/test_content_types.py
+++ b/tests/test_content_types.py
@@ -626,7 +626,7 @@ class JsonTestCase(RestfulTestCase, CoreApiTests):
self.assertValidErrorResponse(r)
def test_fetch_revocation_list_nonadmin_fails(self):
- r = self.admin_request(
+ self.admin_request(
method='GET',
path='/v2.0/tokens/revoked',
expected_status=401)