def test_token_revoke_failure(self):
http = http_mock.HttpMock(headers={'status': http_client.BAD_REQUEST})
_token_revoke_test_helper(
self, revoke_raise=True, valid_bool_value=False,
token_attr='refresh_token', http_mock=http)
评论列表
文章目录