We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd71d51 commit 72ba060Copy full SHA for 72ba060
tests/testthat/test-gist_auth.R
@@ -1,3 +1,8 @@
1
+test_that("gitcreds finds PAT", {
2
+ expect_equal(gitcreds::gitcreds_get()$password, Sys.getenv("GITHUB_PAT"))
3
+})
4
+
5
6
test_that("gist_auth finds PAT", {
7
skip_on_cran()
8
auth <- gist_auth(reauth = TRUE)
0 commit comments