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.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_content_types.py b/tests/test_content_types.py
index 016ffa9a..d2dd51e1 100644
--- a/tests/test_content_types.py
+++ b/tests/test_content_types.py
@@ -313,13 +313,12 @@ class CoreApiTests(object):
sake of completely covering the core API.
"""
- raise nose.exc.SkipTest('Blocked by bug 933587')
-
token = self.get_scoped_token()
self.admin_request(method='HEAD', path='/v2.0/tokens/%(token_id)s' % {
'token_id': token,
},
- token=token)
+ token=token,
+ expected_status=204)
def test_endpoints(self):
raise nose.exc.SkipTest('Blocked by bug 933555')