tests/testthat/test_route53domains.R

svc <- paws::route53domains()

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

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

test_that("list_prices", {
  expect_error(svc$list_prices(), 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 Sept. 12, 2023, 1:24 a.m.