tests/testthat/test_eventbridgescheduler.R

svc <- paws::eventbridgescheduler()

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

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

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

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

Try the paws.application.integration package in your browser

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

paws.application.integration documentation built on Sept. 12, 2024, 6:11 a.m.