tests/testthat/test_elbv2.R

svc <- paws::elbv2()

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

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

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

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

Try the paws.networking package in your browser

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

paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.