tests/testthat/test_autoscalingplans.R

svc <- paws::autoscalingplans()

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

test_that("describe_scaling_plans", {
  expect_error(svc$describe_scaling_plans(MaxResults = 20), 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, 2024, 6:19 a.m.