summaryrefslogtreecommitdiffstats
path: root/tests/test_content_types.py
diff options
context:
space:
mode:
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)