From ae3fcecf0bfb89f3b92a4a241bae341de9a8aa49 Mon Sep 17 00:00:00 2001 From: Emily Michaud <59289146+emichaud998@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:05:53 -0500 Subject: [PATCH] Remove commented out code in token_endpoint file --- .../client/v2.0.0/endpoints/token_endpoint.rb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/carin_for_blue_button_test_kit/client/v2.0.0/endpoints/token_endpoint.rb b/lib/carin_for_blue_button_test_kit/client/v2.0.0/endpoints/token_endpoint.rb index 7fe092b..b0c346d 100644 --- a/lib/carin_for_blue_button_test_kit/client/v2.0.0/endpoints/token_endpoint.rb +++ b/lib/carin_for_blue_button_test_kit/client/v2.0.0/endpoints/token_endpoint.rb @@ -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