tests/testthat/test_cloudwatchevidently.R

svc <- paws::cloudwatchevidently()

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

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