# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test PFBResponse")
model.instance <- PFBResponse$new()
test_that("url", {
# tests for the property `url` (character)
# the link to PFB/Avro specified in the request
# uncomment below to test the property
#expect_equal(model.instance$`url`, "EXPECTED_RESULT")
})
test_that("jobId", {
# tests for the property `jobId` (character)
# unique id for the import job.
# uncomment below to test the property
#expect_equal(model.instance$`jobId`, "EXPECTED_RESULT")
})
test_that("workspace", {
# tests for the property `workspace` (PFBResponseWorkspace)
# uncomment below to test the property
#expect_equal(model.instance$`workspace`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.