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 April 4, 2025, 4:52 a.m.