tests/testthat/test_licensemanagerusersubscriptions.R

svc <- paws::licensemanagerusersubscriptions()

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

test_that("list_identity_providers", {
  expect_error(svc$list_identity_providers(MaxResults = 20), NA)
})

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

test_that("list_instances", {
  expect_error(svc$list_instances(MaxResults = 20), 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.