tests/testthat/test_ssmincidents.R

svc <- paws::ssmincidents()

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

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

test_that("list_response_plans", {
  expect_error(svc$list_response_plans(), 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.