inferno-framework / uds-plus-test-kit

Apache License 2.0
2 stars 2 forks source link

Update read_data_test.rb to work with secured endpoints #28

Open hbader93 opened 3 weeks ago

hbader93 commented 3 weeks ago

Summary

Pulls out the Bearer token from the posted UDS+ manifest if it is part of the manifest. Then uses relevant token in followup request for the given Bulk FHIR file. Enables testing against FileRequest endpoints that require an authenticated request.

Resolves #22