Nothing
test_that("GetBlockedWorkers", {
skip_if_not(CheckAWSKeys())
BlockWorker('A3LXJ76P1ZZPMC', 'testing')
GetBlockedWorkers() -> result
expect_type(result, "list")
GetBlockedWorkers(results = 1) -> result
expect_type(result, "list")
GetBlockedWorkers(results = 2) -> result
expect_type(result, "list")
UnblockWorker('A3LXJ76P1ZZPMC')
})
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.