Skip to content

Commit

Permalink
correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Feb 18, 2017
1 parent 29409a0 commit a777875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified httr-oauth.rds.enc
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/testthat/test_ga4.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
options(googleAuthR.scopes.selected = c("https://www.googleapis.com/auth/analytics",
"https://www.googleapis.com/auth/analytics.edit",
"https://www.googleapis.com/auth/analytics.manage.users.readonly",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/devstorage.full_control"))

Expand All @@ -24,6 +25,7 @@ test_that("Scopes all set correctly", {

expect_equal(scopes, c("https://www.googleapis.com/auth/analytics",
"https://www.googleapis.com/auth/analytics.edit",
"https://www.googleapis.com/auth/analytics.manage.users.readonly",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/devstorage.full_control"))

Expand Down

0 comments on commit a777875

Please sign in to comment.