def test_does_nothing_if_content_doesnt_exist(self, mock_logger):
process_entity_retraction(Mock(entity_type="Post", target_guid="bar"), Mock())
mock_logger.assert_called_with("Retracted remote content %s cannot be found", "bar")
评论列表
文章目录