Sha256: 6d835340faa51f81519c0cd7d99702c49a1040fc48319e9310ea81242f19c60e
Contents?: true
Size: 690 Bytes
Versions: 6
Compression:
Stored size: 690 Bytes
Contents
require_relative 'smart_access_brands_retrieve_bundle_test' module SMARTAppLaunch class SMARTAccessBrandsRetrievalGroup < Inferno::TestGroup id :smart_access_brands_retrieval title 'Retrieve SMART Access Brands Bundle' description %( A publisher's User Access Brand Bundle must be publicly available. This test issues a HTTP GET request against the supplied URL and expects to receive the User Access Brand Bundle at this location. ) run_as_group http_client do url :user_access_brands_publication_url headers Accept: 'application/json, application/fhir+json' end test from: :smart_access_brands_retrieve_bundle end end
Version data entries
6 entries across 6 versions & 1 rubygems