Merge "Refactor: change 410 status codes in test names"

This commit is contained in:
Jenkins 2015-10-12 05:07:19 +00:00 committed by Gerrit Code Review
commit 0fef62167d

View File

@ -1586,7 +1586,7 @@ class TestTokenRevokeApi(TestTokenRevokeById):
events_response,
audit_id=response['audit_ids'][0])
def test_revoke_by_id_false_410(self):
def test_revoke_by_id_false_returns_gone(self):
self.get('/auth/tokens/OS-PKI/revoked',
expected_status=http_client.GONE)