class Github::Client::Repos::Hooks

def test(*args)

Other tags:
    Api: - public
def test(*args)
  arguments(args, required: [:user, :repo, :id])
  post_request("/repos/#{arguments.user}/#{arguments.repo}/hooks/#{arguments.id}/tests", arguments.params)
end