context('call the Tessitura API')
# Testing this function requires access to a Tessitura API
# test_that('returns something', {
# result <- callTessi(tEndpoint, basePath, '/Diagnostics/Status', credentials)
# expect_that(result$Success, equals("TRUE"))
# })
#
# test_that('returns a list', {
# result <- callTessi(tEndpoint, basePath, method, credentials)
# expect_type(result, 'list')
# })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.