# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test WorkflowStatusResponse")
model.instance <- WorkflowStatusResponse$new()
test_that("id", {
# tests for the property `id` (character)
# The identifier of the workflow
# uncomment below to test the property
#expect_equal(model.instance$`id`, "EXPECTED_RESULT")
})
test_that("status", {
# tests for the property `status` (character)
# The status of the workflow
# uncomment below to test the property
#expect_equal(model.instance$`status`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.