tests/testthat/test_route53profiles.R

svc <- paws::route53profiles()

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

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

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

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

Try the paws.networking package in your browser

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

paws.networking documentation built on April 3, 2025, 5:54 p.m.