# `check_token()` prints error when token exists but does not grant access x HTTP 401 Unauthorized. # `pull_repos_contributors()` adds contributors to repos table Code gl_repos_table_with_contributors <- test_rest$pull_repos_contributors( test_mocker$use("gl_repos_table")) Message i [GitLab][Engine:REST][org:MB Tests] Pulling contributors... # `pull_repos_by_phrase()` works Code result <- test_rest$pull_repos(org = "erasmusmc-public-health", settings = settings) Message i [GitLab][Engine:REST][phrase:covid][org:erasmusmc-public-health] Searching repositories... # `pull_commits()` works as expected Code result <- test_rest$pull_commits(org = "mbtests", date_from = "2023-01-01", date_until = "2023-04-20", settings = settings) Message i [GitLab][Engine:REST][org:mbtests] Pulling repositories... i [GitLab][Engine:REST][org:mbtests] Pulling commits...