# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test WorkspaceCatalog")
model.instance <- WorkspaceCatalog$new()
test_that("email", {
# tests for the property `email` (character)
# email address of the user or group whose permissions will be changed
# uncomment below to test the property
#expect_equal(model.instance$`email`, "EXPECTED_RESULT")
})
test_that("catalog", {
# tests for the property `catalog` (character)
# Set to true if you want this user to be able to perform library related operations on the workspace
# uncomment below to test the property
#expect_equal(model.instance$`catalog`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.