Nothing
svc <- paws::synthetics()
test_that("describe_canaries", {
expect_error(svc$describe_canaries(), NA)
})
test_that("describe_canaries", {
expect_error(svc$describe_canaries(MaxResults = 20), NA)
})
test_that("describe_canaries_last_run", {
expect_error(svc$describe_canaries_last_run(), NA)
})
test_that("describe_canaries_last_run", {
expect_error(svc$describe_canaries_last_run(MaxResults = 20), NA)
})
test_that("describe_runtime_versions", {
expect_error(svc$describe_runtime_versions(), NA)
})
test_that("describe_runtime_versions", {
expect_error(svc$describe_runtime_versions(MaxResults = 20), NA)
})
test_that("list_groups", {
expect_error(svc$list_groups(), NA)
})
test_that("list_groups", {
expect_error(svc$list_groups(MaxResults = 20), NA)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.