Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Fotso <[email protected]>
  • Loading branch information
vanessuniq committed Jan 8, 2025
1 parent 006b3b3 commit 0395245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class DTRSmartAppDinnerQuestionnairePackageRequestTest < Inferno::Test
instance present will be available for retrieval from Inferno at the endpoint:
<fhir-base>/<resource type>/<instance id>
)
input :custom_questionnaire_package_response, optional: true

def example_client_jwt_payload_part
Base64.strict_encode64({ inferno_client_id: client_id }.to_json).delete('=')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def collect_questionnaire_cql_expression_link_ids(items, link_ids = [])
end

def item_is_cql_expression?(item)
item.extension&.any? { |ext| CQL_EXPRESSION_EXTENSIONS.include?(ext.url) }
item&.extension&.any? { |ext| CQL_EXPRESSION_EXTENSIONS.include?(ext.url) }
end

def answer_value_equal?(expected, actual)
Expand Down

0 comments on commit 0395245

Please sign in to comment.