tests/testthat/test_redshiftserverless.R

svc <- paws::redshiftserverless()

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

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

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

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

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

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

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

Try the paws.database package in your browser

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

paws.database documentation built on Sept. 12, 2023, 1:21 a.m.