pub async fn repo_test_hook( configuration: &Configuration, owner: &str, repo: &str, id: i64, ref: Option<&str>, ) -> Result<(), Error<RepoTestHookError>>