Skip to content

Commit

Permalink
update users-export
Browse files Browse the repository at this point in the history
ref #542
  • Loading branch information
wibeasley committed Oct 14, 2024
1 parent 5bf737d commit 0b4e369
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
structure(list(username = "unittestphifree", firstname = "Unit Test",
lastname = "PHI Free", expiration = structure(NA_real_, class = "Date"),
data_access_group = "daga", data_access_group_id = "331",
lastname = "Phi Free", expiration = structure(NA_real_, class = "Date"),
data_access_group = "daga", data_access_group_id = "20",
design = FALSE, alerts = 0, user_rights = 2L, data_access_groups = FALSE,
reports = FALSE, stats_and_charts = FALSE, manage_survey_participants = TRUE,
calendar = FALSE, data_import_tool = FALSE, data_comparison_tool = FALSE,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
structure(list(username = "unittestphifree", firstname = "Unit Test",
lastname = "PHI Free", expiration = structure(NA_real_, class = "Date"),
lastname = "Phi Free", expiration = structure(NA_real_, class = "Date"),
data_access_group = NA_character_, data_access_group_id = NA_character_,
design = FALSE, alerts = 0, user_rights = 1L, data_access_groups = TRUE,
reports = FALSE, stats_and_charts = FALSE, manage_survey_participants = TRUE,
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-users-export.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ test_that("smoke test", {
)
expect_type(returned_object_2, "list")
})

test_that("with-dags", {
testthat::skip_on_cran()
path_expected_user <- "test-data/specific-redcapr/users-export/with-dags--user.R"
Expand Down

0 comments on commit 0b4e369

Please sign in to comment.