tests/testthat/test_devopsguru.R

svc <- paws::devopsguru()

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

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

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

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

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

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

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

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

Try the paws.developer.tools package in your browser

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

paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.