Skip to content

Commit

Permalink
rm stub body spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rpassas committed Nov 7, 2024
1 parent 586e8e5 commit 44d2e26
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def resource_type
.with(query: {
profile: 'http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-qpackage-output-parameters|2.0.1'
})
.with(body: output_params_non_conformant)
.to_return(status: 200, body: FHIR::OperationOutcome.new(issue: { severity: 'error' }).to_json)

result = run(output_validation_test, test_session, url:, access_token:, retrieval_method:,
Expand Down

0 comments on commit 44d2e26

Please sign in to comment.