tests/testthat/test_sqs.R

svc <- paws::sqs()

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

test_that("list_queues", {
  expect_error(svc$list_queues(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, 2023, 1:18 a.m.