tests/testthat/test_appregistry.R

svc <- paws::appregistry()

test_that("list_applications", {
  expect_error(svc$list_applications(), NA)
})

test_that("list_attribute_groups", {
  expect_error(svc$list_attribute_groups(), NA)
})

Try the paws.management package in your browser

Any scripts or data that you put into this service are public.

paws.management documentation built on Sept. 12, 2023, 1:06 a.m.