Skip to content

Commit

Permalink
Remove commented out code in token_endpoint file
Browse files Browse the repository at this point in the history
  • Loading branch information
emichaud998 committed Dec 19, 2024
1 parent d4a5eb4 commit ae3fcec
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ def make_response
fhir_user: granted_scopes.include?('fhirUser')))
end

# fhir_context_input = find_test_input("#{input_group_prefix}_smart_fhir_context")
# begin
# fhir_context = JSON.parse(fhir_context_input)
# rescue StandardError
# fhir_context = nil
# end
# response_hash.merge!(fhirContext: fhir_context) if fhir_context

# smart_patient_input = find_test_input("#{input_group_prefix}_smart_patient_id")
# response_hash.merge!(patient: smart_patient_input) if smart_patient_input

response_hash.merge!(patient: '888')

response.body = response_hash.to_json
Expand Down

0 comments on commit ae3fcec

Please sign in to comment.